mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 13:36:54 +00:00
rework plugin loading
This commit is contained in:
parent
38c5eceda9
commit
50d69150c1
36 changed files with 1277 additions and 1505 deletions
|
|
@ -43,7 +43,7 @@ install_requires =
|
|||
pycodestyle>=2.8.0,<2.9.0
|
||||
pyflakes>=2.4.0,<2.5.0
|
||||
importlib-metadata<4.3;python_version<"3.8"
|
||||
python_requires = >=3.6
|
||||
python_requires = >=3.6.1
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
|
@ -109,12 +109,6 @@ warn_unused_ignores = true
|
|||
# TODO: fix these
|
||||
[mypy-flake8.api.legacy]
|
||||
disallow_untyped_defs = false
|
||||
[mypy-flake8.checker]
|
||||
disallow_untyped_defs = false
|
||||
[mypy-flake8.main.application]
|
||||
disallow_untyped_defs = false
|
||||
[mypy-flake8.plugins.manager]
|
||||
disallow_untyped_defs = false
|
||||
|
||||
[mypy-tests.*]
|
||||
disallow_untyped_defs = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue