diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6895207..b78dfa19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,12 +32,12 @@ repos: hooks: - id: napari-plugin-checks - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.9.0 hooks: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/PyCQA/autoflake - rev: 'v2.1.1' + rev: 'v2.2.0' hooks: - id: autoflake args: ["--remove-all-unused-imports", "-i"]