Skip to content

Commit 4c8e672

Browse files
committed
Ignore cc1 and install ruff
1 parent 4a78340 commit 4c8e672

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ extend-exclude = [
2020
"frozen",
2121
"lib",
2222
"ports/analog/msdk",
23+
"ports/atmel-samd/asf4",
2324
"ports/broadcom/peripherals",
2425
"ports/espressif/esp-idf",
2526
"ports/espressif/esp-protocols",
@@ -31,7 +32,10 @@ extend-exclude = [
3132
"tests/micropython/viper_args.py",
3233
"tools/adabot",
3334
"tools/bitmap_font",
35+
"tools/cc1",
36+
"tools/huffman",
3437
"tools/msgfmt.py",
38+
"tools/python-semver",
3539
"tools/uf2",
3640
]
3741
# Exclude third-party code, and exclude the following tests:

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requests-cache
1414
polib
1515

1616
# For pre-commit
17-
black
17+
ruff
1818
pyyaml
1919
pre-commit
2020
micropython-uncrustify

0 commit comments

Comments
 (0)