Skip to content

Commit bc55f65

Browse files
committed
pre-commit: Bump versions
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 58c4c47 commit bc55f65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -14,7 +14,7 @@ repos:
1414
- id: debug-statements
1515

1616
- repo: https://github.com/psf/black
17-
rev: 23.10.0
17+
rev: 24.10.0
1818
hooks:
1919
- id: black
2020
args: [--line-length=88, --target-version=py35]
@@ -46,6 +46,6 @@ repos:
4646
)
4747
4848
- repo: https://github.com/pycqa/flake8
49-
rev: 6.1.0
49+
rev: 7.1.1
5050
hooks:
5151
- id: flake8

0 commit comments

Comments
 (0)