Skip to content

Commit 0cd688a

Browse files
Enforce ruff/flake8-future-annotations rules (FA)
1 parent 69cef56 commit 0cd688a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ extend-select = [
271271
"B", # flake8-bugbear
272272
"EXE", # flake8-executable
273273
"C4", # flake8-comprehensions
274+
"FA", # flake8-future-annotations
274275
"FLY", # flynt
275276
"FURB", # refurb
276277
"G", # flake8-logging-format

0 commit comments

Comments
 (0)