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 37dedd6 commit a60f566Copy full SHA for a60f566
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v5.0.0
4
hooks:
5
- id: check-case-conflict
6
- id: check-merge-conflict
@@ -12,25 +12,25 @@ repos:
12
- id: trailing-whitespace
13
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.3.1
+ rev: v3.19.1
16
17
- id: pyupgrade
18
name: PyUpgrade 3.6+
19
args: ["--py36-plus"]
20
exclude: ^bin/
21
22
- repo: https://github.com/PyCQA/isort
23
- rev: 5.12.0
+ rev: 6.0.1
24
25
- id: isort
26
args: [--profile, black]
27
28
- repo: https://github.com/psf/black
29
- rev: 23.1.0
+ rev: 25.1.0
30
31
- id: black
32
33
- repo: https://github.com/asottile/setup-cfg-fmt
34
- rev: v2.2.0
+ rev: v2.8.0
35
36
- id: setup-cfg-fmt
0 commit comments