We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6da0c4 commit 2347f65Copy full SHA for 2347f65
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-ast
6
- id: check-byte-order-marker
@@ -16,11 +16,19 @@ repos:
16
- id: trailing-whitespace
17
args: [--markdown-linebreak-ext=md]
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.17.0
+ rev: v3.19.1
20
21
- id: pyupgrade
22
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
30
+ - id: isort
31
- repo: https://github.com/python/black
- rev: 24.8.0
32
+ rev: 24.10.0
33
34
- id: black
0 commit comments