Merge pull request #744 from pytest-dev/pre-commit-ci-update-config

This commit is contained in:
Bruno Oliveira
2021-12-27 19:00:50 -03:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ repos:
- id: black
args: [--safe, --quiet, --target-version, py35]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -29,7 +29,7 @@ repos:
language: python
additional_dependencies: [pygments, restructuredtext_lint]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.920
rev: v0.930
hooks:
- id: mypy
files: ^(src/|testing/)