enable bug-bear linting rules
This commit is contained in:
@@ -67,5 +67,16 @@ ignore_missing_imports = true
|
||||
[tool.ruff]
|
||||
target-version = "py311"
|
||||
line-length = 88
|
||||
lint.select = [ "E", "F", "I", "U", "N", "RUF", "ANN", "A", "TID" ]
|
||||
lint.select = [
|
||||
"A",
|
||||
"ANN",
|
||||
"B",
|
||||
"E",
|
||||
"F",
|
||||
"I",
|
||||
"N",
|
||||
"RUF",
|
||||
"TID",
|
||||
"U",
|
||||
]
|
||||
lint.ignore = ["E501", "E402", "E731", "ANN101", "ANN401", "A003"]
|
||||
|
||||
Reference in New Issue
Block a user