Skip to content

Commit b1871e2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 24.4.2](psf/black@22.12.0...24.4.2) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.12.0](asottile/reorder-python-imports@v3.9.0...v3.12.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 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
1 parent 2a17033 commit b1871e2

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,29 +1,29 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.12.0
3+
rev: 24.4.2
44
hooks:
55
- id: black
66

77
- repo: https://github.com/PyCQA/flake8
8-
rev: 6.0.0
8+
rev: 7.0.0
99
hooks:
1010
- id: flake8
1111
args: [--max-line-length=88]
1212

13-
- repo: https://github.com/asottile/reorder_python_imports
14-
rev: v3.9.0
13+
- repo: https://github.com/asottile/reorder-python-imports
14+
rev: v3.12.0
1515
hooks:
1616
- id: reorder-python-imports
1717

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

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.4.0
26+
rev: v4.6.0
2727
hooks:
2828
- id: check-yaml
2929
- id: trailing-whitespace

0 commit comments

Comments
 (0)