Skip to content

Commit

Permalink
Add ANN (annotations) in Ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-pasquier committed Apr 17, 2024
1 parent 7868535 commit c0a7aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ select = [
"Q",
"PTH",
"PD",
"ANN", # annotations
] # See: https://beta.ruff.rs/docs/rules/
ignore = ["D100", "D103", "D203", "D213", "ANN101", "ANN102"]
line-length = 140
Expand Down

0 comments on commit c0a7aaa

Please sign in to comment.