We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4dfee commit 7d28c61Copy full SHA for 7d28c61
.pre-commit-config.yaml
@@ -10,13 +10,13 @@ repos:
10
- id: standard
11
12
- repo: https://github.com/ambv/black
13
- rev: 24.4.2
+ rev: 24.10.0
14
hooks:
15
- id: black
16
args: ['--line-length=79']
17
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v4.6.0
+ rev: v5.0.0
20
21
- id: trailing-whitespace
22
- id: end-of-file-fixer
@@ -30,12 +30,12 @@ repos:
30
args: ['--maxkb=800']
31
32
- repo: https://github.com/pycqa/flake8
33
- rev: 7.0.0
+ rev: 7.1.1
34
35
- id: flake8
36
37
- repo: https://github.com/pycqa/doc8
38
- rev: v1.1.1
+ rev: v1.1.2
39
40
- id: doc8
41
0 commit comments