disable strict ruff rules

This commit is contained in:
283375 2024-06-20 22:30:39 +08:00
parent a9d7681ee7
commit 09063cc987
Signed by: 283375
SSH Key Fingerprint: SHA256:UcX0qg6ZOSDOeieKPGokA5h7soykG61nz2uxuQgVLSk

View File

@ -36,7 +36,6 @@ select = [
"I", # isort
"PL", # pylint
"N", # pep8-naming
"FBT", # flake8-boolean-trap
"A", # flake8-builtins
"DTZ", # flake8-datetimez
"LOG", # flake8-logging