Skip to content

Commit

Permalink
Merge pull request #267 from SpiNNakerManchester/pylint_default
Browse files Browse the repository at this point in the history
Pylint default
  • Loading branch information
Christian-B authored Mar 4, 2024
2 parents 3ee7bd0 + f1d5cfa commit 86719aa
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 522 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
package: ${{ env.ROOT_PKG }}
exitcheck: 31 # Action fails on any message
language: en_GB
rcfile: global_strict
- name: Lint with mypy
run: mypy $ROOT_PKG

Expand Down
31 changes: 3 additions & 28 deletions .pylint_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Our abbreviations/names
CFF
Zenodo
LCM

# Python types
AbstractBase
LogCapture
RawConfigParser
ZipFile

# Python packages
numpy
mypy

# Our "special" words
aplx
config
configs
metaclasses

# Python bits
iter

# Misc
Github
haha
X'th
# We use a single exception files for all the main repsitories
# It can be found at:
# https://github.com/SpiNNakerManchester/SupportScripts/blob/master/actions/pylint/default_dict.txt
Loading

0 comments on commit 86719aa

Please sign in to comment.