Skip to content

Commit 9bce58f

Browse files
authored
Merge pull request #324 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b6ea52f + af09273 commit 9bce58f

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
@@ -1,7 +1,7 @@
11
exclude: '^($|.*\.bin)'
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 22.8.0
4+
rev: 22.10.0
55
hooks:
66
- id: black
77
args: [--safe, --quiet]
@@ -19,12 +19,12 @@ repos:
1919
language: python
2020
additional_dependencies: [pygments, restructuredtext_lint]
2121
- repo: https://github.com/asottile/reorder_python_imports
22-
rev: v3.8.3
22+
rev: v3.8.4
2323
hooks:
2424
- id: reorder-python-imports
2525
args: ['--application-directories=.:src']
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v0.981 # NOTE: keep this in sync with tox.ini
27+
rev: v0.982 # NOTE: keep this in sync with tox.ini
2828
hooks:
2929
- id: mypy
3030
files: ^(src|tests)

0 commit comments

Comments
 (0)