pyproject.toml: Add a rule for manifest_*.py files at ports/**/mcu.

These were not covered yet and the mcu scheme can be useful for other
ports as well. Alternatively, the second rule could just be refer to
"**/manifest_*.py" instead of "ports/**/boards/**/manifest_*.py".

Signed-off-by: robert-hh <robert@hammelrath.com>
pull/12464/head
robert-hh 2023-09-22 08:34:27 +02:00
rodzic ff69b9370d
commit 3683b977f7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 32EC5F755D5A3A93
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -50,6 +50,7 @@ max-complexity = 40
# manifest.py files are evaluated with some global names pre-defined
"**/manifest.py" = ["F821"]
"ports/**/boards/**/manifest_*.py" = ["F821"]
"ports/**/mcu/**/manifest_*.py" = ["F821"]
[tool.ruff.format]
# Exclude third-party code, and exclude the following tests: