We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ecc74 commit b98572cCopy full SHA for b98572c
pyproject.toml
@@ -66,6 +66,7 @@ extend-ignore = [
66
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes TODO
67
"B008", # Do not perform function call `pyproj.CRS` in argument defaults TODO
68
"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
70
]
71
# Hardcode to Python 3.8.
72
target-version = "py38"
0 commit comments