diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ede5b46..e5e19c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.6.4 + rev: v5.11.3 hooks: - id: isort args: ["--profile", "black", "--filter-files"] -- repo: https://github.com/python/black - rev: 22.3.0 +- repo: https://github.com/psf/black + rev: 22.12.0 hooks: - id: black language_version: python3 -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.9 +- repo: https://github.com/PyCQA/flake8 + rev: 6.0.0 hooks: - id: flake8 language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.790 + rev: v0.991 hooks: - id: mypy