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 1aa30f4 commit de4ce27Copy full SHA for de4ce27
.github/workflows/lint.yaml
@@ -23,7 +23,7 @@ jobs:
23
extra_args: codespell --all-files
24
- uses: pre-commit/[email protected]
25
with:
26
- extra_args: black --all-files
+ extra_args: ruff --all-files
27
28
29
- extra_args: flake8 --all-files
+ extra_args: ruff-format --all-files
0 commit comments