diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27b8b26..ccfd758 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: args: ['--config=.flake8'] - repo: https://github.com/PyCQA/isort - rev: 9.0.0a3 + rev: 9.0.1 hooks: - id: isort args: ['--profile', 'black'] @@ -34,7 +34,7 @@ repos: args: [--py39-plus] - repo: https://github.com/snakemake/snakefmt - rev: v2.0.1 + rev: v2.0.3 hooks: - id: snakefmt