ruff: Enable flake8-boolean-trap
This commit is contained in:
parent
49277d4ee6
commit
93f9dc3b20
|
@ -38,7 +38,6 @@ select = ["ALL"]
|
||||||
|
|
||||||
ignore = [
|
ignore = [
|
||||||
"C90", # mccabe
|
"C90", # mccabe
|
||||||
"FBT", # flake8-boolean-trap
|
|
||||||
"CPY", # flake8-copyright
|
"CPY", # flake8-copyright
|
||||||
"EM", # flake8-errmsg
|
"EM", # flake8-errmsg
|
||||||
"SLF", # flake8-self
|
"SLF", # flake8-self
|
||||||
|
|
Loading…
Reference in a new issue