diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 216f555a..935043aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,43 +1,43 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: - id: check-docstring-first - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.1 + rev: v2.2.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: [flake8-typing-imports>=1.9.0] - repo: https://github.com/myint/autoflake - rev: v1.4 + rev: v2.1.1 hooks: - id: autoflake args: ["--in-place", "--remove-all-unused-imports"] - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v2.32.0 + rev: v3.3.1 hooks: - id: pyupgrade args: [--py38-plus, --keep-runtime-typing] - repo: https://github.com/tlambert03/napari-plugin-checks - rev: v0.2.0 + rev: v0.3.0 hooks: - id: napari-plugin-checks - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910-1 + rev: v1.2.0 hooks: - id: mypy args: ["--disallow-incomplete-defs", "--ignore-missing-imports"] diff --git a/setup.cfg b/setup.cfg index 919e1387..fbdb0f40 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,9 +17,6 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 Topic :: Software Development :: Testing project_urls = Bug Tracker = https://github.com/matplotlib/napari-matplotlib/issues