This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
mbedtls
Watch
1
Star
0
Fork
0
You've already forked mbedtls
Code
Issues
Pull Requests
Releases
Wiki
Activity
9c07473ebc
mbedtls
/
.mypy.ini
5 lines
80 B
INI
Raw
Normal View
History
Unescape
Escape
Allow tests/scripts/foo.py to import from scripts Allow Python scripts in tests/scripts to import modules located in the scripts directory. To do this, use ``` import scripts_path # pylint: disable=unused-import ``` Declare the scripts directory to pylint and to mypy. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-12-10 22:11:59 +00:00
[mypy]
mypy_path
=
scripts
mypy: support mbedtls_dev.foo Tell mypy to support packages without an __init__.py (PEP 420 namespace packages). Python 3.3 and (modern) Pylint support them out of the box, but mypy needs to be told to support them. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-12-10 23:33:05 +00:00
namespace_packages
=
True
Allow tests/scripts/foo.py to import from scripts Allow Python scripts in tests/scripts to import modules located in the scripts directory. To do this, use ``` import scripts_path # pylint: disable=unused-import ``` Declare the scripts directory to pylint and to mypy. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-12-10 22:11:59 +00:00
warn_unused_configs
=
True
Reference in New Issue
Copy Permalink