ruff: Do not complain about single quoted strings

This commit is contained in:
Sanchayan Maity 2024-09-09 15:50:55 +05:30
parent 32de75ad54
commit cb7cfdacfa
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -1,5 +1,5 @@
[lint] [lint]
ignore = ["E402", "E501"] ignore = ["E402", "E501", "Q000"]
select = [ select = [
"E", # pycodestyle "E", # pycodestyle
"W", # pycodestyle "W", # pycodestyle