diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0cafa60..65983cc9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,8 +7,8 @@ repos: rev: v1.5.1 hooks: - id: check-pre-commit-ci-config - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.275 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.277 hooks: - id: ruff args: ['--fix', '--exit-non-zero-on-fix'] @@ -26,7 +26,7 @@ repos: '--remove-duplicate-keys', ] - repo: https://github.com/asottile/pyupgrade - rev: v3.8.0 + rev: v3.9.0 hooks: - id: pyupgrade args: @@ -103,7 +103,7 @@ repos: additional_dependencies: - 'bandit[toml]' - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.9-for-vscode + rev: v3.0.0 hooks: - id: prettier args: ['--single-quote', '--trailing-comma', 'es5']