diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 178fb2e..20d5b85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: # Formatting with "black" coding style - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.3.0 hooks: # Format Python files - id: black @@ -45,14 +45,14 @@ repos: # 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] # Use yamllint to check for valid YAML files and list syntax errors - repo: https://github.com/adrienverge/yamllint.git - rev: v1.34.0 + rev: v1.35.1 hooks: - id: yamllint args: [--format, parsable, -c=.yamllint]