Skip to content

Commit

Permalink
build: add ruff FA102 rule as essential
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Nov 30, 2024
1 parent 1c4ff11 commit 666ea2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruff_essential.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ select = [
"F63",
"F7",
"F82",
"FA102", # Python 3.10-style union typing is used so we need to import `from __future__ import annotations`
]

0 comments on commit 666ea2a

Please sign in to comment.