diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b4da16d..edd24ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,12 +27,12 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black.git - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.2.0 + rev: v4.3.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -54,11 +54,11 @@ repos: - flake8-pytest-style>=1.5.0 language_version: python3 - repo: https://github.com/pycqa/pylint - rev: v2.14.0 + rev: v2.14.4 hooks: - id: pylint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.960 + rev: v0.961 hooks: - id: mypy # empty args needed in order to match mypy cli behavior