Skip to content

Commit

Permalink
Fix linting: disable mypy --install-types
Browse files Browse the repository at this point in the history
`pip install .[all]` already installs the third-party hints, and `--install-types` prompts for confirmation, breaking the CI.
  • Loading branch information
JustAnotherArchivist committed Feb 13, 2024
1 parent 6e23216 commit 67523b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ ignore-words-list = alers
[mypy]
exclude = ^\.git/|^__pycache__/|^docs/source/conf.py$|^old/|^build/|^dist/|\.tox
python_version = 3.9
install_types = True
pretty = True
scripts_are_modules = True
show_error_codes = True
Expand Down

0 comments on commit 67523b4

Please sign in to comment.