Skip to content
Jenkins
All
ttcn3-pcu-test-latest
#2735
Search
Sign in
Status
Changes
Console Output
Parameters
Timings
Git Build Data
See Fingerprints
Tests
Previous Build
Changes
Started by timer
Started 3 hr 3 min ago
Queued 12 ms
Took 14 min on
build4-deb12build-ansible
Parameters
ruff: ignore new failing default rules
With the new ruff 0.16 version, a lot of new default rules have been
added. Ignore the ones that are failing for now to make the linter pass
again.
Related: https://astral.sh/blog/ruff-v0.16.0#better-default-rule-set
Change-Id: If95dc72c1826b4b96961453b2c2ed1d2c81ba149
.ruff.toml
Oliver Smith
at
7:35 AM 7/29/26
testenv: fix B006
Fix "B006 Do not use mutable data structures for argument defaults". I
ran into bugs caused by this a couple of times actually, it is good to
check for that.
Related: https://docs.astral.sh/ruff/rules/mutable-argument-default/
Change-Id: Id860c1cba20c0218aa1d1bb17378a0f5a521cfe0
_testenv/testenv/cmd.py
_testenv/testenv/podman.py
.ruff.toml
Oliver Smith
at
7:35 AM 7/29/26