diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e435bee..494ea937 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,3 +27,4 @@ repos: - id: flake8 additional_dependencies: - flake8-docstrings + - flake8-annotations diff --git a/pyproject.toml b/pyproject.toml index 4e8250d8..4982dfd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ license-files = ["LICENSE"] dev = [ "build==0.10.0", "flake8==6.0.0", + "flake8-annotations", "furo==2023.3.27", "gputil==1.4.0", "pip-licenses==4.3.0",