diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d2eb2a..b6689be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.280" + rev: "v0.0.282" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -24,7 +24,7 @@ repos: - id: pyproject-fmt additional_dependencies: ["tox>=4.6.4"] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0" + rev: "v3.0.1" hooks: - id: prettier args: ["--print-width=120", "--prose-wrap=always"]