We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb5f65 commit 13bb0f3Copy full SHA for 13bb0f3
python/README.md
@@ -14,7 +14,7 @@ Our CI server runs three checks in the `selfie-lib` directory.
14
- `poetry run pytest` - run tests
15
- `poetry run pyright` - type checking
16
- `poetry run ruff format --check && poetry run ruff check` - code lint & formatting
17
- - `poetry run ruff format && poetry run ruff --fix` to fix
+ - `poetry run ruff format && poetry run ruff check --fix` to fix
18
19
The same setup is used for `pytest-selfie` and `example-pytest-selfie`.
20
0 commit comments