Skip to content

Commit

Permalink
mypy --install-types --non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 17, 2024
1 parent 4e3e639 commit 4eeed91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ignore-words-list = alers
exclude = ^\.git/|^__pycache__/|^docs/source/conf.py$|^old/|^build/|^dist/|\.tox
python_version = 3.9
install_types = True
non-interactive = True
non_interactive = True
pretty = True
scripts_are_modules = True
show_error_codes = True
Expand Down

0 comments on commit 4eeed91

Please sign in to comment.