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 f5bacc2 commit a9c80bcCopy full SHA for a9c80bc
.pre-commit-config.yaml
@@ -11,23 +11,23 @@
11
repos:
12
# Autoformat: Python code, syntax patterns are modernized
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.19.0
+ rev: v3.19.1
15
hooks:
16
- id: pyupgrade
17
args:
18
- --py36-plus
19
20
# Autoformat: Python code
21
- repo: https://github.com/pycqa/isort
22
- rev: 5.13.2
+ rev: 6.0.1
23
24
- id: isort
25
26
- --profile=black
27
28
29
- repo: https://github.com/psf/black
30
- rev: 24.10.0
+ rev: 25.1.0
31
32
- id: black
33
@@ -39,7 +39,7 @@ repos:
39
40
# Linting: Python code (see the file .flake8)
41
- repo: https://github.com/PyCQA/flake8
42
- rev: "7.1.1"
+ rev: "7.1.2"
43
44
- id: flake8
45
0 commit comments