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 e415453Copy full SHA for e415453
.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.0
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
0 commit comments