Skip to content

Commit 47fdd37

Browse files
authored
Merge pull request #1535 from Bastian-Krause/bst/ruff2
ruff: enforce on more files
2 parents 57ab45e + d86480c commit 47fdd37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,12 @@ extend-exclude = [
216216
include = [
217217
"**/pyproject.toml",
218218
"examples/**/*.py",
219-
"labgrid/remote/**/*.py",
220219
"labgrid/driver/httpvideodriver.py",
221220
"labgrid/driver/manualswitchdriver.py",
221+
"labgrid/driver/power/gude8031.py",
222+
"labgrid/driver/rawnetworkinterfacedriver.py",
222223
"labgrid/protocol/**/*.py",
224+
"labgrid/remote/**/*.py",
223225
"labgrid/resource/httpvideostream.py",
224226
"labgrid/resource/provider.py",
225227
"labgrid/util/agents/usb_hid_relay.py",

0 commit comments

Comments
 (0)