Ignore long lines for generated register maps
This commit is contained in:
parent
ba8aeeb3f3
commit
24022a04ea
1 changed files with 3 additions and 2 deletions
|
@ -37,6 +37,7 @@ line-length = 99
|
|||
# Add the `line-too-long` rule to the enforced rule set. By default, Ruff omits rules that
|
||||
# overlap with the use of a formatter, like Black, but we can override this behavior by
|
||||
# explicitly adding the rule.
|
||||
extend-select = ["T20", "E", "PL"]
|
||||
|
||||
extend-select = ["E501", "T20", "E", "PL"]
|
||||
|
||||
[tool.ruff.lint.extend-per-file-ignores]
|
||||
"*register*.py" = ["E501"]
|
Loading…
Reference in a new issue