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 98a9377 commit ca49bfdCopy full SHA for ca49bfd
python/README.md
@@ -13,8 +13,8 @@ Our CI server runs three checks in the `selfie-lib` directory.
13
14
- `poetry run pytest` - run tests
15
- `poetry run pyright` - type checking
16
-- `poetry run ruff check` - code formatting
17
- - `poetry run ruff format` to fix any problems that `check` found
+- `poetry run ruff format --check && poetry run ruff check` - code lint & formatting
+ - `poetry run ruff format && poetry run ruff --fix` to fix
18
19
The same setup is used for `pytest-selfie` and `example-pytest-selfie`.
20
0 commit comments