We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e460f2 + 725f581 commit 00079a2Copy full SHA for 00079a2
.pre-commit-config.yaml
@@ -6,12 +6,12 @@ repos:
6
args: [--py39-plus]
7
8
- repo: https://github.com/psf/black-pre-commit-mirror
9
- rev: 25.1.0
+ rev: 25.9.0
10
hooks:
11
- id: black
12
13
- repo: https://github.com/PyCQA/isort
14
- rev: 6.0.1
+ rev: 6.1.0
15
16
- id: isort
17
args: [--add-import=from __future__ import annotations]
@@ -30,7 +30,7 @@ repos:
30
- id: python-no-log-warn
31
32
- repo: https://github.com/pre-commit/pre-commit-hooks
33
- rev: v5.0.0
+ rev: v6.0.0
34
35
- id: check-added-large-files
36
- id: check-case-conflict
@@ -43,7 +43,7 @@ repos:
43
- id: trailing-whitespace
44
45
- repo: https://github.com/python-jsonschema/check-jsonschema
46
- rev: 0.33.2
+ rev: 0.34.0
47
48
- id: check-github-workflows
49
0 commit comments