Skip to content

Commit

Permalink
MNT: Ignore avoid shell command since it's needed and there's no othe…
Browse files Browse the repository at this point in the history
…r way of checking if gdal is available from command line. [skip ci]
  • Loading branch information
Taher Chegini committed Apr 6, 2024
1 parent 175bda5 commit 558da4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ lint.select = [
"TCH",
# Ruff-specific rules
"RUF",
# compatibility with numpy 2.0
"NPY201",
]

exclude = [
Expand All @@ -147,6 +149,9 @@ lint.ignore = [
"PLR0913",
# conflict with ruff-formatter
"ISC001",
# shell command
"S605",
"S607",
]
lint.extend-safe-fixes = [
# absolute imports
Expand Down

0 comments on commit 558da4c

Please sign in to comment.