Skip to content

Commit

Permalink
Merge pull request #1535 from Bastian-Krause/bst/ruff2
Browse files Browse the repository at this point in the history
ruff: enforce on more files
  • Loading branch information
jluebbe authored Oct 30, 2024
2 parents 57ab45e + d86480c commit 47fdd37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,12 @@ extend-exclude = [
include = [
"**/pyproject.toml",
"examples/**/*.py",
"labgrid/remote/**/*.py",
"labgrid/driver/httpvideodriver.py",
"labgrid/driver/manualswitchdriver.py",
"labgrid/driver/power/gude8031.py",
"labgrid/driver/rawnetworkinterfacedriver.py",
"labgrid/protocol/**/*.py",
"labgrid/remote/**/*.py",
"labgrid/resource/httpvideostream.py",
"labgrid/resource/provider.py",
"labgrid/util/agents/usb_hid_relay.py",
Expand Down

0 comments on commit 47fdd37

Please sign in to comment.