Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,10 @@ repos:
- id: mypy
# IMPORTANT: Keep type hinting-related dependencies of the
# mypy pre-commit hook additional_dependencies in sync with
# the dev section of setup.py to avoid discrepancies in type
# checking between environments.
# the dev section of pyproject.toml to avoid discrepancies in
# type checking between environments.
additional_dependencies:
- types-docopt
- types-setuptools
- repo: https://github.com/pypa/pip-audit
rev: v2.9.0
hooks:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ requires-python = ">=3.10"
# checking between environments.
dev = [
"types-docopt",
"types-setuptools",
]
test = [
"coverage",
Expand Down