diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8c9ae9..4f9dc39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,8 +14,8 @@ repos: - id: debug-statements - id: mixed-line-ending - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.260' + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.0.276' hooks: - id: ruff args: ['--fix'] @@ -31,6 +31,6 @@ repos: - id: blackdoc - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.6 + rev: v3.0.0-alpha.9-for-vscode hooks: - id: prettier