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
|
||||
]
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -40,10 +40,10 @@ allowlist_externals =
|
|||
|
||||
[testenv:ruff]
|
||||
deps =
|
||||
ruff==0.0.263
|
||||
ruff==0.3.0
|
||||
|
||||
commands =
|
||||
bash -c 'python -m ruff {env:LINTABLES}'
|
||||
bash -c 'python -m ruff check {env:LINTABLES}'
|
||||
|
||||
[testenv:isort]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue