File size: 188 Bytes
375924d
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
[lint]
select = ["E", "F", "W", "I", "UP", "B", "SIM"]
ignore = ["E501", "E741", "B905", "SIM105", "SIM117"]

[lint.isort]
known-first-party = ["backend"]

[format]
quote-style = "double"