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 a49505f commit 479beb2Copy full SHA for 479beb2
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
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.6.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -11,11 +11,11 @@ repos:
11
- id: check-case-conflict
12
- id: check-merge-conflict
13
- repo: https://github.com/psf/black
14
- rev: 24.8.0
+ rev: 25.1.0
15
16
- id: black
17
- repo: https://github.com/pycqa/isort
18
- rev: 5.13.2
+ rev: 6.0.0
19
20
- id: isort
21
- repo: https://github.com/pycqa/flake8
0 commit comments