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.
1 parent 972b533 commit 0c5efd1Copy full SHA for 0c5efd1
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v6.0.0
4
hooks:
5
- id: check-yaml
6
- id: check-added-large-files
@@ -9,11 +9,11 @@ repos:
9
args: [--markdown-linebreak-ext=md]
10
11
- id: check-merge-conflict
12
-- repo: https://github.com/psf/black
13
- rev: 23.11.0
+- repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
14
15
- id: black
16
- repo: https://github.com/PyCQA/flake8
17
- rev: 6.1.0
+ rev: 7.3.0
18
19
- id: flake8
0 commit comments