diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bbbda8a..3ca46be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: python-no-log-warn - id: python-use-type-annotations - repo: https://github.com/asottile/add-trailing-comma - rev: v3.0.1 + rev: v3.1.0 hooks: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade @@ -73,6 +73,6 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/crate-ci/typos - rev: v1.16.8 + rev: v1.16.10 hooks: - id: typos