Skip to content

Commit 99e05cc

Browse files
[pre-commit.ci] pre-commit autoupdate (#7533)
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>
1 parent 4c97a29 commit 99e05cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
doc/data/messages/t/trailing-newlines/bad.py|
1616
)$
1717
- repo: https://github.com/PyCQA/autoflake
18-
rev: v1.6.0
18+
rev: v1.6.1
1919
hooks:
2020
- id: autoflake
2121
exclude: &fixtures tests(/\w*)*/functional/|tests/input|doc/data/messages|tests(/\w*)*data/
@@ -33,7 +33,7 @@ repos:
3333
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3434
types: [python]
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v2.38.0
36+
rev: v2.38.2
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py37-plus]

0 commit comments

Comments
 (0)