diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae67d4dc..303551fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-merge-conflict - id: end-of-file-fixer @@ -45,7 +45,7 @@ repos: # Formatting with "black" coding style - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: # Format Python files - id: black @@ -53,13 +53,13 @@ repos: - id: black-jupyter - repo: https://github.com/fsfe/reuse-tool - rev: v3.0.1 + rev: v3.0.2 hooks: - id: reuse # Do YAML formatting (before the linter checks it for misses) - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.12.0 + rev: v2.13.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2', --preserve-quotes]