diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ced88c..879ffca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,23 +2,23 @@ files: bioio repos: - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/myint/autoflake - rev: v1.4 + rev: v2.2.0 hooks: - id: autoflake args: ["--in-place", "--remove-all-unused-imports"] - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: @@ -26,6 +26,6 @@ repos: - flake8-pyprojecttoml - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.971 + rev: v1.4.1 hooks: - id: mypy diff --git a/pyproject.toml b/pyproject.toml index eca0b9c..a45f5c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,14 +41,6 @@ Documentation = "https://bioio-devs.github.io/bioio" # https://peps.python.org/pep-0621/#dependencies-optional-dependencies [project.optional-dependencies] lint = [ - "black>=22.3.0", - "check-manifest>=0.48", - "flake8>=3.8.3", - "flake8-debugger>=3.2.1", - "flake8-pyprojecttoml", - "flake8-typing-imports>=1.9.0", - "isort>=5.7.0", - "mypy>=0.790", "pre-commit>=2.20.0", ] test = [