Skip to content

Commit 1e0fc80

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pycqa/flake8: 7.0.0 → 7.2.0](PyCQA/flake8@7.0.0...7.2.0) - [github.com/psf/black: 24.3.0 → 25.1.0](psf/black@24.3.0...25.1.0)
1 parent caccc83 commit 1e0fc80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.6.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: check-ast
1818
- id: check-byte-order-marker
@@ -24,11 +24,11 @@ repos:
2424
- id: detect-private-key
2525
- id: mixed-line-ending
2626
- repo: https://github.com/pycqa/flake8
27-
rev: "7.0.0"
27+
rev: "7.2.0"
2828
hooks:
2929
- id: flake8
3030
- repo: https://github.com/psf/black
31-
rev: 24.3.0
31+
rev: 25.1.0
3232
hooks:
3333
- id: black
3434
name: Format code

0 commit comments

Comments
 (0)