diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 317339f9f..d56ef94ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,12 +21,12 @@ repos: - id: check-yaml - repo: https://github.com/tox-dev/pyproject-fmt - rev: 0.11.1 + rev: 0.11.2 hooks: - id: pyproject-fmt - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.263 + rev: v0.0.270 hooks: - id: ruff args: [--fix] @@ -62,7 +62,7 @@ repos: - --nbqa-mutate - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.8.0 + rev: v2.9.0 hooks: - id: pretty-format-ini args: [--autofix] @@ -84,7 +84,7 @@ repos: - tomli - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.4.0 hooks: - id: pyupgrade args: [--keep-runtime-typing, --py39-plus]