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 a1b199f commit 420844fCopy full SHA for 420844f
.pre-commit-config.yaml
@@ -2,12 +2,12 @@ ci:
2
autoupdate_schedule: quarterly
3
repos:
4
- repo: https://github.com/asottile/pyupgrade
5
- rev: v3.16.0
+ rev: v3.19.1
6
hooks:
7
- id: pyupgrade
8
args: [--py37-plus]
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v4.6.0
+ rev: v5.0.0
11
12
- id: check-added-large-files
13
- id: check-ast
@@ -31,12 +31,12 @@ repos:
31
args: [--line-length=79, --transform-concats]
32
33
- repo: https://github.com/psf/black
34
- rev: 24.4.2
+ rev: 25.1.0
35
36
- id: black
37
38
- repo: https://github.com/PyCQA/isort
39
- rev: 5.13.2
+ rev: 6.0.1
40
41
- id: isort
42
name: isort (python)
0 commit comments