Skip to content

Commit 1102b82

Browse files
authored
Merge pull request #765 from pytest-dev/pre-commit-ci-update-config
2 parents 41a4d43 + a685a04 commit 1102b82

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
@@ -5,7 +5,7 @@ repos:
55
- id: black
66
args: [--safe, --quiet, --target-version, py35]
77
- repo: https://github.com/asottile/blacken-docs
8-
rev: v1.12.0
8+
rev: v1.12.1
99
hooks:
1010
- id: blacken-docs
1111
additional_dependencies: [black==20.8b1]
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.31.0
24+
rev: v2.31.1
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py3-plus]
@@ -34,7 +34,7 @@ repos:
3434
language: python
3535
additional_dependencies: [pygments, restructuredtext_lint]
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v0.931
37+
rev: v0.940
3838
hooks:
3939
- id: mypy
4040
files: ^(src/|testing/)

0 commit comments

Comments
 (0)