Skip to content

Commit 29eba51

Browse files
change pre-commit
1 parent 4ff8ea7 commit 29eba51

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
repos:
2-
- repo: https://github.com/ambv/black
3-
rev: 20.8b1
4-
hooks:
5-
- id: black
6-
additional_dependencies: ['click==8.0.4']
7-
- repo: https://github.com/pycqa/flake8
8-
rev: 3.8.4
9-
hooks:
10-
- id: flake8
11-
- repo: https://github.com/timothycrosley/isort
12-
rev: 5.12.0
13-
hooks:
14-
- id: isort
2+
- repo: https://github.com/charliermarsh/ruff-pre-commit
3+
rev: v0.11.6
4+
hooks:
5+
- id: ruff
6+
args: [--fix]
7+
- repo: https://github.com/pre-commit/mirrors-mypy
8+
rev: v1.15.0
9+
hooks:
10+
- id: mypy

0 commit comments

Comments
 (0)