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 0f95d8d commit 466f440Copy full SHA for 466f440
.pre-commit-config.yaml
@@ -1,16 +1,16 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v6.0.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
-- repo: https://github.com/psf/black
9
- rev: 23.1.0
+- repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
10
11
- id: black
12
- repo: https://github.com/pycqa/flake8
13
- rev: 6.0.0
+ rev: 7.3.0
14
15
- id: flake8
16
types: [file, python]
0 commit comments