Skip to content

Commit e186736

Browse files
[pre-commit.ci] pre-commit autoupdate (#183)
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/asottile/reorder_python_imports: v3.8.1 → v3.8.3](asottile/reorder-python-imports@v3.8.1...v3.8.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eaae878 commit e186736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.6.0
4+
rev: 22.8.0
55
hooks:
66
- id: black
77

88
- repo: https://github.com/PyCQA/flake8
9-
rev: 4.0.1
9+
rev: 5.0.4
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.1
15+
rev: v3.8.3
1616
hooks:
1717
- id: reorder-python-imports
1818

0 commit comments

Comments
 (0)