Skip to content

Commit

Permalink
spelling ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 10, 2023
1 parent dd1bc21 commit 1fb2886
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pylint_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ rng
PLoS
rewirings
analog
stdev
or'ed
pn
config

# Our Python types
ApplicationGraph
Expand Down Expand Up @@ -83,6 +87,7 @@ AbstractCurrentSource
GeneratorData
EIEIOType
EIEIOPrefix
RandomDistribtuion

# Others' Python types
NumpyRNG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from spynnaker.pyNN.models.defaults import defaults, default_initial_values


# pylint: disable=wrong-spelling-in-docstring
@defaults
class EIFConductanceAlphaPopulation(object):
"""
Expand Down

0 comments on commit 1fb2886

Please sign in to comment.