Skip to content

Commit

Permalink
meta: Move mypy/flake8 config into existing config files
Browse files Browse the repository at this point in the history
  • Loading branch information
keggsmurph21 committed Oct 23, 2022
1 parent 7f68078 commit ecc3bc8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

5 changes: 0 additions & 5 deletions mypy.ini

This file was deleted.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ requires = [
"wheel==0.38.0",
]
build-backend = "setuptools.build_meta"

[tool.mypy]
check_untyped_defs = true
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ dev =
[options.entry_points]
console_scripts =
ultratrace = ultratrace.__main__:main

[flake8]
max-line-length = 100

0 comments on commit ecc3bc8

Please sign in to comment.