mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() Since the previous commit, python/setup.cfg applies to scripts/qapi/ as well. Configuration files in scripts/qapi/ override python/setup.cfg. scripts/qapi/.flake8 and scripts/qapi/.isort.cfg actually match python/setup.cfg exactly, and can go. The differences between scripts/qapi/mypy.ini and python/setup.cfg are harmless: namespace_packages being set to True is a requirement for the PEP420 nested package structure of QEMU but not for scripts/qapi, but has no effect on type checking the QAPI code. warn_unused_ignores is used in python/ to be able to target a wide variety of mypy versions; some of which that have added new ignore categories that are not present in older versions. Ultimately, scripts/qapi/mypy.ini can be removed without any real change in behavior to how mypy enforces type safety there. The pylint config is being left in place because the settings differ enough from the python/ directory settings that we need a chit-chat on how to merge them O:-) Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-id: 20250604200354.459501-7-jsnow@redhat.com |
2 days ago | |
---|---|---|
.. | ||
__init__.py | ||
backend.py | 2 days ago | |
commands.py | 4 months ago | |
common.py | 9 months ago | |
error.py | 4 years ago | |
events.py | 4 months ago | |
expr.py | 2 years ago | |
features.py | 4 months ago | |
gen.py | 4 months ago | |
introspect.py | 3 months ago | |
main.py | 3 months ago | |
parser.py | 3 months ago | |
pylintrc | 2 days ago | |
schema.py | 3 months ago | |
source.py | 3 months ago | |
types.py | 4 months ago | |
visit.py | 4 months ago |