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.20.1 → v1.20.2](asottile/setup-cfg-fmt@v1.20.1...v1.20.2)
- [github.com/asottile/pyupgrade: v2.34.0 → v2.37.2](asottile/pyupgrade@v2.34.0...v2.37.2)
- [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 25, 2022
1 parent 3941594 commit 163849e
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 @@ -11,18 +11,18 @@ repos:
- id: fix-encoding-pragma
args: [--remove]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.1
rev: v1.20.2
hooks:
- id: setup-cfg-fmt
args: ["--max-py-version", "3.9"]

- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.2
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
language_version: python3
Expand Down

0 comments on commit 163849e

Please sign in to comment.