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 8aa836b commit dfeb0aeCopy full SHA for dfeb0ae
.pre-commit-config.yaml
@@ -1,24 +1,24 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.15.2
+ rev: v3.20.0
4
hooks:
5
- id: pyupgrade
6
args: ["--py38-plus"]
7
- repo: https://github.com/asottile/reorder-python-imports
8
- rev: v3.12.0
+ rev: v3.15.0
9
10
- id: reorder-python-imports
11
- repo: https://github.com/psf/black
12
- rev: 24.4.2
+ rev: 25.1.0
13
14
- id: black
15
- repo: https://github.com/PyCQA/flake8
16
- rev: 7.0.0
+ rev: 7.3.0
17
18
- id: flake8
19
additional_dependencies: [flake8-bugbear]
20
- repo: https://github.com/pre-commit/pre-commit-hooks
21
- rev: v4.6.0
+ rev: v5.0.0
22
23
- id: check-byte-order-marker
24
- id: trailing-whitespace
0 commit comments