Skip to content

Commit 4b61e12

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 24.10.0](psf/black@22.12.0...24.10.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.14.0](asottile/reorder-python-imports@v3.9.0...v3.14.0) - [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
1 parent 057d647 commit 4b61e12

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
exclude: .+/migrations/.+\.py
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 22.12.0
4+
rev: 24.10.0
55
hooks:
66
- id: black
77

88
- repo: https://github.com/PyCQA/flake8
9-
rev: 6.0.0
9+
rev: 7.1.1
1010
hooks:
1111
- id: flake8
1212
args: [--max-line-length=88]
1313

14-
- repo: https://github.com/asottile/reorder_python_imports
15-
rev: v3.9.0
14+
- repo: https://github.com/asottile/reorder-python-imports
15+
rev: v3.14.0
1616
hooks:
1717
- id: reorder-python-imports
1818

1919
- repo: https://github.com/econchick/interrogate
20-
rev: 1.5.0
20+
rev: 1.7.0
2121
hooks:
2222
- id: interrogate
2323
args: [--fail-under=100, -v]
2424
exclude: ^(docs/conf.py|setup.py)
2525

2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.4.0
27+
rev: v5.0.0
2828
hooks:
2929
- id: check-yaml
3030
- id: trailing-whitespace

0 commit comments

Comments
 (0)