ruff: Enable flake8-boolean-trap
Some checks are pending
CI / validation (push) Waiting to run
CI / unit-tests (push) Waiting to run
CI / Produce Pull Request payload artifact (push) Waiting to run

This commit is contained in:
ItsDrike 2024-07-13 13:26:45 +02:00
parent 49277d4ee6
commit 93f9dc3b20
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -38,7 +38,6 @@ select = ["ALL"]
ignore = [
"C90", # mccabe
"FBT", # flake8-boolean-trap
"CPY", # flake8-copyright
"EM", # flake8-errmsg
"SLF", # flake8-self