Skip to content

Commit 2347f65

Browse files
committed
Update pre-commit config
1 parent f6da0c4 commit 2347f65

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-ast
66
- id: check-byte-order-marker
@@ -16,11 +16,19 @@ repos:
1616
- id: trailing-whitespace
1717
args: [--markdown-linebreak-ext=md]
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.17.0
19+
rev: v3.19.1
2020
hooks:
2121
- id: pyupgrade
2222
args: ['--py36-plus']
23+
- repo: https://github.com/pycqa/flake8
24+
rev: 7.1.1
25+
hooks:
26+
- id: flake8
27+
- repo: https://github.com/pycqa/isort
28+
rev: 5.13.2
29+
hooks:
30+
- id: isort
2331
- repo: https://github.com/python/black
24-
rev: 24.8.0
32+
rev: 24.10.0
2533
hooks:
2634
- id: black

0 commit comments

Comments
 (0)