Skip to content

Commit b34eb08

Browse files
authored
Merge pull request #10275 from pytest-dev/pre-commit-ci-update-config
2 parents 77e3452 + b4ae5e4 commit b34eb08

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.6.0
3+
rev: 22.8.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -21,7 +21,7 @@ repos:
2121
exclude: _pytest/(debugging|hookspec).py
2222
language_version: python3
2323
- repo: https://github.com/myint/autoflake
24-
rev: v1.5.1
24+
rev: v1.5.3
2525
hooks:
2626
- id: autoflake
2727
name: autoflake

0 commit comments

Comments
 (0)