Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0)
- [github.com/asottile/reorder_python_imports: v3.8.1 → v3.8.5](asottile/reorder-python-imports@v3.8.1...v3.8.5)
- [github.com/pycqa/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
  • Loading branch information
pre-commit-ci[bot] authored Oct 17, 2022
1 parent 284ee16 commit 7f43ad9
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
Expand Up @@ -10,15 +10,15 @@ repos:
args: ['--autofix']
additional_dependencies: ['flake8-mutable', 'flake8-comprehensions']
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.1
rev: v3.8.5
hooks:
- id: reorder-python-imports
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
args: ['--max-line-length', '120']

0 comments on commit 7f43ad9

Please sign in to comment.