Skip to content

Commit b66973c

Browse files
authored
Drop flake8 in favor of ruff (#356)
1 parent 47f6675 commit b66973c

2 files changed

Lines changed: 2 additions & 48 deletions

File tree

.flake8

Lines changed: 0 additions & 41 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,17 @@ repos:
1515
- tomli
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.11.0
18+
rev: v0.11.2
1919
hooks:
2020
- id: ruff
2121
- id: ruff-format
2222

23-
- repo: https://github.com/pycqa/flake8
24-
rev: 7.1.2
25-
hooks:
26-
- id: flake8
27-
2823
- repo: https://github.com/tox-dev/pyproject-fmt
2924
rev: v2.5.1
3025
hooks:
3126
- id: pyproject-fmt
3227

3328
- repo: https://github.com/abravalheri/validate-pyproject
34-
rev: v0.24
29+
rev: v0.24.1
3530
hooks:
3631
- id: validate-pyproject

0 commit comments

Comments
 (0)