Skip to content

Commit b98572c

Browse files
rhttpike3
authored andcommitted
ruff: Ignore ISC001 due to conflict with ruff format
1 parent 78ecc74 commit b98572c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ extend-ignore = [
6666
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes TODO
6767
"B008", # Do not perform function call `pyproj.CRS` in argument defaults TODO
6868
"S301", # `pickle` and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue TODO
69+
"ISC001", # conflict with ruff format
6970
]
7071
# Hardcode to Python 3.8.
7172
target-version = "py38"

0 commit comments

Comments
 (0)