Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#183)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pre-commit-ci[bot] committed Oct 8, 2022
1 parent eaae878 commit e186736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.6.0
rev: 22.8.0
hooks:
- id: black

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

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

Expand Down

0 comments on commit e186736

Please sign in to comment.