diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9ed6d0..9c7bb4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,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 @@ -76,11 +76,11 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/crate-ci/typos - rev: v1.16.8 + rev: v1.16.10 hooks: - id: typos - repo: https://github.com/pycqa/autoflake - rev: v2.2.0 + rev: v2.2.1 hooks: - id: autoflake args: ["--remove-all-unused-imports", "--in-place"]