Skip to content

Commit ce83f86

Browse files
authored
Merge pull request #337 from JamesParrott/pyshp-3.0.0-alpha-the-phantype-menace
Pyshp 3.0.0 alpha the phantype menace
2 parents 41b56be + 1b3751d commit ce83f86

File tree

2 files changed

+187
-137
lines changed

2 files changed

+187
-137
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ load-plugins=[
114114

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

0 commit comments

Comments
 (0)