diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fba9315..9fe4361 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,28 +8,28 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black # Lint / autoformat: Python code - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.1.6" + rev: "v0.1.8" hooks: - id: ruff args: [--exit-non-zero-on-fix] # Autoformat: YAML, JSON, Markdown, etc. - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.7 hooks: - id: prettier args: [--ignore-unknown, --no-error-on-unmatched-pattern, "!chart/**"] # Lint: Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.37.0 + rev: v0.38.0 hooks: - id: markdownlint args: [--fix, --ignore, CHANGELOG.md]