Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e46cdf

Browse files
committed
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 <[email protected]>
1 parent f349d05 commit 0e46cdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ max-complexity = 40
4949
# manifest.py files are evaluated with some global names pre-defined
5050
"**/manifest.py" = ["F821"]
5151
"ports/**/boards/**/manifest_*.py" = ["F821"]
52+
"ports/**/mcu/**/manifest_*.py" = ["F821"]

0 commit comments

Comments
 (0)