Skip to content

Commit d709e4c

Browse files
authored
Merge pull request #744 from pytest-dev/pre-commit-ci-update-config
2 parents 6b02b35 + 1c7fc1a commit d709e4c

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
@@ -5,7 +5,7 @@ repos:
55
- id: black
66
args: [--safe, --quiet, --target-version, py35]
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.0.1
8+
rev: v4.1.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -29,7 +29,7 @@ repos:
2929
language: python
3030
additional_dependencies: [pygments, restructuredtext_lint]
3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v0.920
32+
rev: v0.930
3333
hooks:
3434
- id: mypy
3535
files: ^(src/|testing/)

0 commit comments

Comments
 (0)