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 3a98148 commit 3819970Copy full SHA for 3819970
.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-added-large-files
6
- id: check-case-conflict
@@ -10,20 +10,20 @@ repos:
10
- id: trailing-whitespace
11
12
- repo: https://github.com/pycqa/isort
13
- rev: 5.13.2
+ rev: 6.0.1
14
15
- id: isort
16
name: isort (python)
17
args:
18
- "--filter-files"
19
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.16.0
+ rev: v3.19.1
22
23
- id: pyupgrade
24
args: ["--py39-plus"]
25
26
- repo: https://github.com/psf/black
27
- rev: 24.4.2
+ rev: 25.1.0
28
29
- id: black
0 commit comments