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 b7b8f6b commit 01fce2eCopy full SHA for 01fce2e
.pre-commit-config.yaml
@@ -2,18 +2,18 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.0.1
+ rev: v6.0.0
6
hooks:
7
- id: trailing-whitespace
8
-- repo: https://github.com/psf/black
9
- rev: 21.9b0
+- 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: "4.0.1"
+ rev: "7.3.0"
14
15
- id: flake8
16
- repo: https://github.com/PyCQA/isort
17
- rev: "5.9.3"
+ rev: "7.0.0"
18
19
- id: isort
0 commit comments