Skip to content

Commit

Permalink
Merge pull request #628 from JustAnotherArchivist/fix-linting
Browse files Browse the repository at this point in the history
Fix linting: disable mypy --install-types
  • Loading branch information
jjjake authored Mar 19, 2024
2 parents aae9ef2 + 67523b4 commit 33449b5
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 33449b5

Please sign in to comment.