Skip to content

Commit 057d647

Browse files
[pre-commit.ci] pre-commit autoupdate (#213)
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/asottile/reorder_python_imports: v3.8.3 → v3.9.0](asottile/reorder-python-imports@v3.8.3...v3.9.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5cc1c0c commit 057d647

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
@@ -1,18 +1,18 @@
11
exclude: .+/migrations/.+\.py
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 22.10.0
4+
rev: 22.12.0
55
hooks:
66
- id: black
77

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

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

@@ -24,7 +24,7 @@ repos:
2424
exclude: ^(docs/conf.py|setup.py)
2525

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

0 commit comments

Comments
 (0)