Skip to content

Commit

Permalink
Merge pull request #38 from MiraGeoscience/GEOPY-1712
Browse files Browse the repository at this point in the history
GEOPY-1712: Exclude RUF005
  • Loading branch information
SophieCurinier authored Sep 19, 2024
2 parents 8fd249e + 9d3851f commit 6738531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ ignore = [
"B028", # no-explicit-stacklevel for warnings.warn()
"E501", # line-too-long - code is reformatted (do not care about comments and docstring)
"F401", # unsused-import - covered by pycln
"RUF005", # collection-literal-concatenation - wrong suggestion with numpy arrays

]
select = [
"A", # flake8-builtins
Expand Down

0 comments on commit 6738531

Please sign in to comment.