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 1b0ef0dCopy full SHA for 1b0ef0d
.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,15 +11,15 @@ 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.1
19
20
- id: isort
21
- repo: https://github.com/pycqa/flake8
22
- rev: 7.1.1
+ rev: 7.1.2
23
24
- id: flake8
25
- repo: https://github.com/pycqa/pydocstyle
0 commit comments