Skip to content

Commit 6a5ab20

Browse files
pyproject.toml: sort ruff includes
Signed-off-by: Bastian Krause <[email protected]>
1 parent 57ab45e commit 6a5ab20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ extend-exclude = [
216216
include = [
217217
"**/pyproject.toml",
218218
"examples/**/*.py",
219-
"labgrid/remote/**/*.py",
220219
"labgrid/driver/httpvideodriver.py",
221220
"labgrid/driver/manualswitchdriver.py",
222221
"labgrid/protocol/**/*.py",
222+
"labgrid/remote/**/*.py",
223223
"labgrid/resource/httpvideostream.py",
224224
"labgrid/resource/provider.py",
225225
"labgrid/util/agents/usb_hid_relay.py",

0 commit comments

Comments
 (0)