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: v3.4.0 → v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.0)
- [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0)
- [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2023
1 parent 1b666e6 commit bf837d2
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 @@ -5,7 +5,7 @@ ci:
repos:

- repo: https://github.com/asottile/pyupgrade
rev: "v3.4.0"
rev: "v3.8.0"
hooks:
- id: pyupgrade
args: ["--py37-plus", "--keep-runtime-typing"]
Expand All @@ -17,7 +17,7 @@ repos:
args: ["--target-version", "py37"]

- repo: https://github.com/PyCQA/autoflake
rev: "v2.1.1"
rev: "v2.2.0"
hooks:
- id: autoflake
args:
Expand All @@ -42,7 +42,7 @@ repos:
- pyflakes==3.0.1

- repo: https://github.com/asottile/yesqa
rev: "v1.4.0"
rev: "v1.5.0"
hooks:
- id: yesqa
additional_dependencies:
Expand Down

0 comments on commit bf837d2

Please sign in to comment.