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/pyupgrade: v2.25.0 → v2.29.0](asottile/pyupgrade@v2.25.0...v2.29.0)
- [github.com/psf/black: 21.8b0 → 21.9b0](psf/black@21.8b0...21.9b0)
- [github.com/PyCQA/doc8: 0.9.0 → 0.9.1](PyCQA/doc8@0.9.0...0.9.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 4, 2021
1 parent 19b9602 commit 71f78de
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,7 +10,7 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v2.25.0
rev: v2.29.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -19,7 +19,7 @@ repos:
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 21.8b0
rev: 21.9b0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand Down Expand Up @@ -47,7 +47,7 @@ repos:
Pygments,
]
- repo: https://github.com/PyCQA/doc8
rev: 0.9.0
rev: 0.9.1
hooks:
- id: doc8
# - repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit 71f78de

Please sign in to comment.