diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01087ae8..4bc5d188 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,26 +2,26 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - repo: https://github.com/codespell-project/codespell - rev: v2.0.0 + rev: v2.2.5 hooks: - id: codespell - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8.git - rev: 3.9.2 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.812 + rev: v1.4.1 hooks: - id: mypy - repo: https://github.com/pycqa/isort @@ -29,6 +29,6 @@ repos: hooks: - id: isort - repo: https://github.com/snakemake/snakefmt - rev: 0.4.0 + rev: v0.8.4 hooks: - id: snakefmt