Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#213)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pre-commit-ci[bot] authored Jan 3, 2023
1 parent 5cc1c0c commit 057d647
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
exclude: .+/migrations/.+\.py
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
args: [--max-line-length=88]

- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.3
rev: v3.9.0
hooks:
- id: reorder-python-imports

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

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: trailing-whitespace
Expand Down

0 comments on commit 057d647

Please sign in to comment.