diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94d501cf..0404f8fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ exclude: ^(LICENSES|README.md) repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: end-of-file-fixer @@ -36,7 +36,7 @@ repos: # Formatting with "black" coding style - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.10.0 hooks: # Format Python files - id: black @@ -45,7 +45,7 @@ repos: # Do YAML formatting (before the linter checks it for misses) - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.10.0 + rev: v2.11.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2', --preserve-quotes] @@ -59,7 +59,7 @@ repos: # Format Snakemake rule / workflow files - repo: https://github.com/snakemake/snakefmt - rev: v0.8.4 + rev: v0.8.5 hooks: - id: snakefmt