We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8479c commit 6f6bb21Copy full SHA for 6f6bb21
1 file changed
.github/workflows/python-poetry-ci.yml
@@ -33,8 +33,8 @@ jobs:
33
- name: Code style (black)
34
run: poetry run black --check --diff .
35
36
- - name: Semantic checks (flake8)
37
- run: poetry run flake8
+ - name: Semantic checks (ruff)
+ run: poetry run ruff .
38
39
mypy:
40
runs-on: ubuntu-latest
0 commit comments