Skip to content

Commit b7d4de1

Browse files
authored
Merge pull request #10368 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f5797ab + a9c6617 commit b7d4de1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: "3.10"
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 22.8.0
5+
rev: 22.10.0
66
hooks:
77
- id: black
88
args: [--safe, --quiet]
@@ -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.6.1
26+
rev: v1.7.3
2727
hooks:
2828
- id: autoflake
2929
name: autoflake
@@ -39,12 +39,12 @@ 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.3
42+
rev: v3.8.4
4343
hooks:
4444
- id: reorder-python-imports
4545
args: ['--application-directories=.:src', --py37-plus]
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v2.38.2
47+
rev: v3.1.0
4848
hooks:
4949
- id: pyupgrade
5050
args: [--py37-plus]
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: python-use-type-annotations
6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: v0.981
61+
rev: v0.982
6262
hooks:
6363
- id: mypy
6464
files: ^(src/|testing/)

0 commit comments

Comments
 (0)