Skip to content

Commit 5e3af1c

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#1212)
2 parents 96f58f8 + 09aa086 commit 5e3af1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ repos:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/python-jsonschema/check-jsonschema
12-
rev: 0.34.1
12+
rev: 0.35.0
1313
hooks:
1414
- id: check-github-workflows
1515
- id: check-dependabot
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.21.0
17+
rev: v3.21.2
1818
hooks:
1919
- id: pyupgrade
2020
args: ["--py39-plus"]
2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 25.9.0
22+
rev: 25.11.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/pycqa/flake8

0 commit comments

Comments
 (0)