Skip to content

Commit

Permalink
[GEOPY-1712] Exclude RUF005 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
SophieCurinier committed Sep 18, 2024
1 parent f61804f commit 86ce27d
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 @@ -169,6 +169,7 @@ ignore = [
"C416", # TO DO
"C419", # TO DO
"C901", # TO DO
"RUF005", # collection-literal-concatenation - wrong suggestion with numpy arrays
"RUF012", # TO DO
"RUF013", # TO DO
"RUF015", # TO DO
Expand Down

0 comments on commit 86ce27d

Please sign in to comment.