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/asottile/setup-cfg-fmt: v1.17.0 → v1.19.0](asottile/setup-cfg-fmt@v1.17.0...v1.19.0)
- [github.com/psf/black: 21.9b0 → 21.10b0](psf/black@21.9b0...21.10b0)
- [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 1, 2021
1 parent ac01bd4 commit 6512745
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 @@ -42,11 +42,11 @@ repos:
- id: reorder-python-imports
types: [python]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.17.0
rev: v1.19.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.10b0
hooks:
- id: black
types: [python]
Expand All @@ -56,7 +56,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black]
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
types: [python]
Expand Down

0 comments on commit 6512745

Please sign in to comment.