Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#7533)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/autoflake: v1.6.0 → v1.6.1](PyCQA/autoflake@v1.6.0...v1.6.1)
- [github.com/asottile/pyupgrade: v2.38.0 → v2.38.2](asottile/pyupgrade@v2.38.0...v2.38.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Sep 27, 2022
1 parent 4c97a29 commit 99e05cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
doc/data/messages/t/trailing-newlines/bad.py|
)$
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.0
rev: v1.6.1
hooks:
- id: autoflake
exclude: &fixtures tests(/\w*)*/functional/|tests/input|doc/data/messages|tests(/\w*)*data/
Expand All @@ -33,7 +33,7 @@ repos:
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
types: [python]
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.0
rev: v2.38.2
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit 99e05cc

Please sign in to comment.