Skip to content

Commit de4ce27

Browse files
committed
update linting workflow
1 parent 1aa30f4 commit de4ce27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
extra_args: codespell --all-files
2424
- uses: pre-commit/[email protected]
2525
with:
26-
extra_args: black --all-files
26+
extra_args: ruff --all-files
2727
- uses: pre-commit/[email protected]
2828
with:
29-
extra_args: flake8 --all-files
29+
extra_args: ruff-format --all-files

0 commit comments

Comments
 (0)