Skip to content

Commit 876557c

Browse files
committed
Use ruff instead of flake8
1 parent ae56de0 commit 876557c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ repos:
2424
hooks:
2525
- id: isort
2626

27-
- repo: https://github.com/PyCQA/flake8
28-
rev: 7.3.0
27+
- repo: https://github.com/astral-sh/ruff-pre-commit
28+
rev: v0.14.6
2929
hooks:
30-
- id: flake8
31-
args: ["--config=setup.cfg"]
32-
additional_dependencies: [flake8-isort]
30+
- id: ruff-check
3331

3432
# sets up .pre-commit-ci.yaml to ensure pre-commit dependencies stay up to date
3533
ci:

0 commit comments

Comments
 (0)