ruff: Do not complain about single quoted strings
This commit is contained in:
parent
32de75ad54
commit
cb7cfdacfa
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[lint]
|
[lint]
|
||||||
ignore = ["E402", "E501"]
|
ignore = ["E402", "E501", "Q000"]
|
||||||
select = [
|
select = [
|
||||||
"E", # pycodestyle
|
"E", # pycodestyle
|
||||||
"W", # pycodestyle
|
"W", # pycodestyle
|
||||||
|
|
Loading…
Reference in a new issue