Skip to content

Commit baada53

Browse files
authored
Merge pull request #10389 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 36d19f2 + c477ecd commit baada53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
exclude: _pytest/(debugging|hookspec).py
2424
language_version: python3
2525
- repo: https://github.com/PyCQA/autoflake
26-
rev: v1.7.3
26+
rev: v1.7.6
2727
hooks:
2828
- id: autoflake
2929
name: autoflake
@@ -39,7 +39,7 @@ repos:
3939
- flake8-typing-imports==1.12.0
4040
- flake8-docstrings==1.5.0
4141
- repo: https://github.com/asottile/reorder_python_imports
42-
rev: v3.8.4
42+
rev: v3.8.5
4343
hooks:
4444
- id: reorder-python-imports
4545
args: ['--application-directories=.:src', --py37-plus]
@@ -49,7 +49,7 @@ repos:
4949
- id: pyupgrade
5050
args: [--py37-plus]
5151
- repo: https://github.com/asottile/setup-cfg-fmt
52-
rev: v2.0.0
52+
rev: v2.1.0
5353
hooks:
5454
- id: setup-cfg-fmt
5555
args: ["--max-py-version=3.10", "--include-version-classifiers"]

0 commit comments

Comments
 (0)