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 109e6bf commit d53fadaCopy full SHA for d53fada
.pre-commit-config.yaml
@@ -12,21 +12,21 @@ repos:
12
language_version: python3
13
14
- repo: https://github.com/pycqa/isort
15
- rev: 5.13.2
+ rev: 6.0.1
16
hooks:
17
- id: isort
18
name: isort (python)
19
args: ["--profile", "black", "--filter-files"]
20
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.18.0
+ rev: v3.19.1
23
24
- id: pyupgrade
25
args: [--py38-plus]
26
27
28
- repo: https://github.com/psf/black
29
- rev: "24.10.0"
+ rev: "25.1.0"
30
31
- id: black
32
0 commit comments