Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ load-plugins=[

# Silence warning: shapefile.py:2076:20: W0212: Access to a protected
# member _from_geojson of a client class (protected-access)
# shapefile.py:950:16: W0201: Attribute 'm' defined outside __init__ (attribute-defined-outside-init)
# Silence remarks:
# src\shapefile.py:338:0: R0914: Too many local variables (21/15) (too-many-locals)
# src\shapefile.py:338:0: R0912: Too many branches (24/12) (too-many-branches)
Expand All @@ -133,6 +134,6 @@ load-plugins=[
# https://github.com/christopherpickering/pylint-per-file-ignores/issues/160
[tool.pylint.'messages control']
per-file-ignores = [
"/src/shapefile.py:W0212,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,R0917,R1732",
"/src/shapefile.py:W0212,W0201,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,R0917,R1732",
"test_shapefile.py:W0212,R1732",
]
Loading
Loading