Enable Ruff FLY002 rule (#115112)

Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
Sid
2024-04-12 09:04:16 +02:00
committed by GitHub
parent 35d3f2b29b
commit 9bf87329da
41 changed files with 474 additions and 659 deletions

View File

@@ -679,6 +679,7 @@ select = [
"DTZ004", # Use datetime.fromtimestamp(ts, tz=) instead of datetime.utcfromtimestamp(ts)
"E", # pycodestyle
"F", # pyflakes/autoflake
"FLY", # flynt
"G", # flake8-logging-format
"I", # isort
"INP", # flake8-no-pep420