Skip to content

Commit 59b8ec3

Browse files
authored
Merge pull request #10308 from pytest-dev/pre-commit-ci-update-config
2 parents 5bd41be + 256ab09 commit 59b8ec3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ repos:
2020
- id: debug-statements
2121
exclude: _pytest/(debugging|hookspec).py
2222
language_version: python3
23-
- repo: https://github.com/myint/autoflake
24-
rev: v1.5.3
23+
- repo: https://github.com/PyCQA/autoflake
24+
rev: v1.6.0
2525
hooks:
2626
- id: autoflake
2727
name: autoflake
@@ -42,7 +42,7 @@ repos:
4242
- id: reorder-python-imports
4343
args: ['--application-directories=.:src', --py37-plus]
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v2.37.3
45+
rev: v2.38.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py37-plus]

0 commit comments

Comments
 (0)