We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60f5bbb + 9608e12 commit 2220270Copy full SHA for 2220270
1 file changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ default_language_version:
10
python: python3
11
repos:
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.14.3
+ rev: v0.14.7
14
hooks:
15
- id: ruff
16
args: [--fix]
@@ -21,12 +21,12 @@ repos:
21
- id: end-of-file-fixer
22
- id: trailing-whitespace
23
- repo: https://github.com/asottile/pyupgrade
24
- rev: v3.21.0
+ rev: v3.21.2
25
26
- id: pyupgrade
27
args: [--py38-plus]
28
- repo: https://github.com/psf/black-pre-commit-mirror
29
- rev: 25.9.0
+ rev: 25.11.0
30
31
- id: black
32
exclude: ^.deprecated/
0 commit comments