We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e9ae18 + 99e88ba commit 3fb8d9fCopy full SHA for 3fb8d9f
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ default_language_version:
9
python: python3
10
repos:
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.13.3
+ rev: v0.14.3
13
hooks:
14
- id: ruff
15
args: [--fix, --extend-ignore, FA102]
@@ -20,7 +20,7 @@ repos:
20
- id: end-of-file-fixer
21
- id: trailing-whitespace
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v3.20.0
+ rev: v3.21.0
24
25
- id: pyupgrade
26
- repo: https://github.com/psf/black-pre-commit-mirror
0 commit comments