Skip to content

Commit ca49bfd

Browse files
committed
Improve the README.
1 parent 98a9377 commit ca49bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Our CI server runs three checks in the `selfie-lib` directory.
1313

1414
- `poetry run pytest` - run tests
1515
- `poetry run pyright` - type checking
16-
- `poetry run ruff check` - code formatting
17-
- `poetry run ruff format` to fix any problems that `check` found
16+
- `poetry run ruff format --check && poetry run ruff check` - code lint & formatting
17+
- `poetry run ruff format && poetry run ruff --fix` to fix
1818

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

0 commit comments

Comments
 (0)