Skip to content

Commit 13bb0f3

Browse files
Fixup python readme instructions.
Co-Authored-By: [email protected] <[email protected]>
1 parent edb5f65 commit 13bb0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Our CI server runs three checks in the `selfie-lib` directory.
1414
- `poetry run pytest` - run tests
1515
- `poetry run pyright` - type checking
1616
- `poetry run ruff format --check && poetry run ruff check` - code lint & formatting
17-
- `poetry run ruff format && poetry run ruff --fix` to fix
17+
- `poetry run ruff format && poetry run ruff check --fix` to fix
1818

1919
The same setup is used for `pytest-selfie` and `example-pytest-selfie`.
2020

0 commit comments

Comments
 (0)