Skip to content

Commit 7d28c61

Browse files
authored
update pre-commit (#56)
1 parent 4f4dfee commit 7d28c61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ repos:
1010
- id: standard
1111

1212
- repo: https://github.com/ambv/black
13-
rev: 24.4.2
13+
rev: 24.10.0
1414
hooks:
1515
- id: black
1616
args: ['--line-length=79']
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.6.0
19+
rev: v5.0.0
2020
hooks:
2121
- id: trailing-whitespace
2222
- id: end-of-file-fixer
@@ -30,12 +30,12 @@ repos:
3030
args: ['--maxkb=800']
3131

3232
- repo: https://github.com/pycqa/flake8
33-
rev: 7.0.0
33+
rev: 7.1.1
3434
hooks:
3535
- id: flake8
3636

3737
- repo: https://github.com/pycqa/doc8
38-
rev: v1.1.1
38+
rev: v1.1.2
3939
hooks:
4040
- id: doc8
4141

0 commit comments

Comments
 (0)