Skip to content

Commit bdb384e

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/pycqa/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 25.9.0](psf/black-pre-commit-mirror@24.3.0...25.9.0)
1 parent caccc83 commit bdb384e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: v6.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.3.0"
2828
hooks:
2929
- id: flake8
30-
- repo: https://github.com/psf/black
31-
rev: 24.3.0
30+
- repo: https://github.com/psf/black-pre-commit-mirror
31+
rev: 25.9.0
3232
hooks:
3333
- id: black
3434
name: Format code

0 commit comments

Comments
 (0)