Skip to content

Commit 7213e57

Browse files
committed
Enable the entire FA category (flake8-future-annotations) in Ruff
1 parent 3b797e1 commit 7213e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ select = [
7070
# pyflakes ('F')
7171
"F",
7272
# flake8-future-annotations ('FA')
73-
# NOT YET USED
73+
"FA",
7474
# flake8-boolean-trap ('FBT')
7575
# NOT YET USED
7676
# flake8-fixme ('FIX')
@@ -447,7 +447,7 @@ select = [
447447

448448
# these tests need old ``typing`` generic aliases
449449
"tests/test_util_typing.py" = ["UP006", "UP035"]
450-
"tests/typing_test_data.py" = ["UP006", "UP035"]
450+
"tests/typing_test_data.py" = ["FA100", "UP006", "UP035"]
451451

452452
# whitelist ``print`` for stdout messages
453453
"utils/*" = ["T201"]

0 commit comments

Comments
 (0)