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.8.0 β†’ 22.10.0](psf/black@22.8.0...22.10.0)
- https://gitlab.com/pycqa/flake8 β†’ https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.2 β†’ 5.0.4](PyCQA/flake8@3.9.2...5.0.4)
  • Loading branch information
pre-commit-ci[bot] authored Oct 10, 2022
1 parent 44fcb59 commit 4067580
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 @@ -21,11 +21,11 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down

0 comments on commit 4067580

Please sign in to comment.