Skip to content

Commit

Permalink
pre-commit: bump repositories
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.1)
- [github.com/psf/black: 21.10b0 → 21.11b1](psf/black@21.10b0...21.11b1)
- [github.com/asottile/setup-cfg-fmt: v1.19.0 → v1.20.0](asottile/setup-cfg-fmt@v1.19.0...v1.20.0)
  • Loading branch information
pre-commit-ci[bot] authored and FFY00 committed Nov 22, 2021
1 parent 5c748b8 commit a92fbf9
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 @@ -18,20 +18,20 @@ repos:
- id: trailing-whitespace
- id: double-quote-string-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.29.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/psf/black
rev: 21.10b0
rev: 21.11b1
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.19.0
rev: v1.20.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit a92fbf9

Please sign in to comment.