neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/40740?usp=email )
Change subject: add config file for ruff linter: ruff.toml ......................................................................
add config file for ruff linter: ruff.toml
Change-Id: I9ca385eef9e6831a49f61456aa24492d4fa2ec17 --- A ruff.toml 1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/40/40740/1
diff --git a/ruff.toml b/ruff.toml new file mode 100644 index 0000000..a2e281b --- /dev/null +++ b/ruff.toml @@ -0,0 +1,8 @@ +[lint] +ignore = [ + "E741", + + "F403", + "F405", + "E713", +]