Skip to content

Commit

Permalink
Merge pull request #77 from scottwernervt/73/feature/migrate-mypy-con…
Browse files Browse the repository at this point in the history
…fig-to-file

Migrate mypy config from setup.cfg to mypy.ini.
  • Loading branch information
scottwernervt committed Jan 21, 2021
2 parents 79935f7 + 349f0ae commit a5ec0d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
5 changes: 5 additions & 0 deletions mypy.ini
@@ -0,0 +1,5 @@
[mypy]
ignore_missing_imports = true
warn_unreachable = true
warn_unused_ignores = true
warn_redundant_casts = true
21 changes: 0 additions & 21 deletions setup.cfg
@@ -1,23 +1,2 @@
[bdist_wheel]
python-tag = py3

[flake8]
max-line-length = 80
max-complexity = 18
select = C,E,F,W,B,B950
ignore = E203,E501,W503
exclude =
.git
.eggs
.tox
__pycache__
docs/conf.py
old
build
dist

[mypy]
ignore_missing_imports = true
warn_unreachable = true
warn_unused_ignores = true
warn_redundant_casts = true

0 comments on commit a5ec0d7

Please sign in to comment.