We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a78340 commit 4c8e672Copy full SHA for 4c8e672
pyproject.toml
@@ -20,6 +20,7 @@ extend-exclude = [
20
"frozen",
21
"lib",
22
"ports/analog/msdk",
23
+ "ports/atmel-samd/asf4",
24
"ports/broadcom/peripherals",
25
"ports/espressif/esp-idf",
26
"ports/espressif/esp-protocols",
@@ -31,7 +32,10 @@ extend-exclude = [
31
32
"tests/micropython/viper_args.py",
33
"tools/adabot",
34
"tools/bitmap_font",
35
+ "tools/cc1",
36
+ "tools/huffman",
37
"tools/msgfmt.py",
38
+ "tools/python-semver",
39
"tools/uf2",
40
]
41
# Exclude third-party code, and exclude the following tests:
requirements-dev.txt
@@ -14,7 +14,7 @@ requests-cache
14
polib
15
16
# For pre-commit
17
-black
+ruff
18
pyyaml
19
pre-commit
micropython-uncrustify
0 commit comments