diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c55b63..398ec14 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: args: [--target-version, "3.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.3 + rev: v0.1.14 hooks: - id: ruff args: [ --fix ] @@ -39,7 +39,7 @@ repos: alias: autoformat - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.11.0 + rev: v2.12.0 hooks: - id: pretty-format-toml args: [--autofix]