Skip to content

Commit

Permalink
Add comment to Ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Jan 26, 2025
1 parent 4c5b123 commit 2d42f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ select = [
"W",
"RUF100",
"UP",
"FA102",
"FA102", # future-required-type-annotation
]

[tool.ruff.lint.isort]
Expand Down

0 comments on commit 2d42f9a

Please sign in to comment.