We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b797e1 commit 7213e57Copy full SHA for 7213e57
.ruff.toml
@@ -70,7 +70,7 @@ select = [
70
# pyflakes ('F')
71
"F",
72
# flake8-future-annotations ('FA')
73
- # NOT YET USED
+ "FA",
74
# flake8-boolean-trap ('FBT')
75
# NOT YET USED
76
# flake8-fixme ('FIX')
@@ -447,7 +447,7 @@ select = [
447
448
# these tests need old ``typing`` generic aliases
449
"tests/test_util_typing.py" = ["UP006", "UP035"]
450
-"tests/typing_test_data.py" = ["UP006", "UP035"]
+"tests/typing_test_data.py" = ["FA100", "UP006", "UP035"]
451
452
# whitelist ``print`` for stdout messages
453
"utils/*" = ["T201"]
0 commit comments