Skip to content

Commit 63ab91b

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/psf/black: 24.2.0 → 24.10.0](psf/black@24.2.0...24.10.0)
1 parent 11c0818 commit 63ab91b

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
@@ -12,7 +12,7 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.5.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: check-ast
1818
- id: check-byte-order-marker
@@ -25,11 +25,11 @@ repos:
2525
- id: detect-private-key
2626
- id: mixed-line-ending
2727
- repo: https://github.com/pycqa/flake8
28-
rev: "7.0.0"
28+
rev: "7.1.1"
2929
hooks:
3030
- id: flake8
3131
- repo: https://github.com/psf/black
32-
rev: 24.2.0
32+
rev: 24.10.0
3333
hooks:
3434
- id: black
3535
name: Format code

0 commit comments

Comments
 (0)