tox: update ruff dependency
Renames a property that should now live under `lint` to silence a warning in newer `ruff`.
This commit is contained in:
parent
a0f5262701
commit
7fc06acffc
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
line-length = 120
|
||||
|
||||
ignore = [
|
||||
lint.ignore = [
|
||||
"E741", # ambiguous variable names
|
||||
"E501", # line too long
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue