Skip to content

Commit 1ae4a02

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/miki725/importanize: 0.8.0-alpha1 → 0.8.0-alpha2](miki725/importanize@0.8.0-alpha1...0.8.0-alpha2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.10.0 → 25.9.0](psf/black-pre-commit-mirror@22.10.0...25.9.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.3.0](PyCQA/flake8@5.0.4...7.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.3.0...v6.0.0)
1 parent 9de8db6 commit 1ae4a02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
repos:
33
- repo: https://github.com/miki725/importanize
4-
rev: '0.8.0-alpha1'
4+
rev: '0.8.0-alpha2'
55
hooks:
66
- id: importanize
77
language_version: python3
88

9-
- repo: https://github.com/psf/black
10-
rev: 22.10.0
9+
- repo: https://github.com/psf/black-pre-commit-mirror
10+
rev: 25.9.0
1111
hooks:
1212
- id: black
1313
language_version: python3
1414

1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 5.0.4
16+
rev: 7.3.0
1717
hooks:
1818
- id: flake8
1919
exclude: deployment/roles
@@ -24,7 +24,7 @@ repos:
2424
- flake8-debugger
2525

2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.3.0
27+
rev: v6.0.0
2828
hooks:
2929
- id: check-added-large-files
3030
- id: check-builtin-literals

0 commit comments

Comments
 (0)