diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3dde20a..518dc92 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^docs/conf.py' repos: - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -18,18 +18,18 @@ repos: args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows - repo: https://github.com/pycqa/isort - rev: 5.9.3 + rev: 5.10.1 hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.8b0 + rev: 22.1.0 hooks: - id: black language_version: python3 - repo: https://github.com/asottile/blacken-docs - rev: v1.9.1 + rev: v1.12.1 hooks: - id: blacken-docs additional_dependencies: [black] @@ -48,7 +48,7 @@ repos: files: README.rst - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910 + rev: v0.931 hooks: - id: mypy args: [--install-types, --non-interactive, --ignore-missing-imports]