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.21.0 → v2.29.0](asottile/pyupgrade@v2.21.0...v2.29.0)
- [github.com/PyCQA/isort: 5.9.2 → 5.9.3](PyCQA/isort@5.9.2...5.9.3)
- [github.com/psf/black: 21.6b0 → 21.10b0](psf/black@21.6b0...21.10b0)
- [github.com/asottile/setup-cfg-fmt: v1.17.0 → v1.19.0](asottile/setup-cfg-fmt@v1.17.0...v1.19.0)
- [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 f9c2074 commit 59cee1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.21.0
rev: v2.29.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
rev: 5.9.2
rev: 5.9.3
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.10b0
hooks:
- id: black
args: [--safe]
language_version: python3.9
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.17.0
rev: v1.19.0
hooks:
- id: setup-cfg-fmt
args: ["--max-py-version", "3.10"]
Expand All @@ -33,7 +33,7 @@ repos:
hooks:
- id: tox-ini-fmt
- repo: https://github.com/PyCQA/flake8
rev: "3.9.2"
rev: "4.0.1"
hooks:
- id: flake8
additional_dependencies: [
Expand Down

0 comments on commit 59cee1a

Please sign in to comment.