We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52704a1 commit 7730543Copy full SHA for 7730543
1 file changed
.pre-commit-config.yaml
@@ -2,21 +2,21 @@
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: check-yaml
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.12.2
+ rev: v0.14.14
13
14
- id: ruff-check
15
args: [--fix]
16
- id: ruff-format
17
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.20.0
+ rev: v3.21.2
20
21
- id: pyupgrade
22
name: "Enforce Python 3.9+ idioms"
0 commit comments