We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 996836f + 4e8b783 commit 6d9ce4aCopy full SHA for 6d9ce4a
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.15.12
+ rev: v0.15.15
14
hooks:
15
- id: ruff
16
args: [--fix]
@@ -26,7 +26,7 @@ repos:
26
- id: pyupgrade
27
args: [--py38-plus]
28
- repo: https://github.com/psf/black-pre-commit-mirror
29
- rev: 26.3.1
+ rev: 26.5.1
30
31
- id: black
32
exclude: ^.deprecated/
0 commit comments