diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6895207..a9422d87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black pass_filenames: true - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 pass_filenames: true @@ -32,12 +32,12 @@ repos: hooks: - id: napari-plugin-checks - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.10.1 hooks: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/PyCQA/autoflake - rev: 'v2.1.1' + rev: 'v2.2.1' hooks: - id: autoflake args: ["--remove-all-unused-imports", "-i"]