Skip to content

Commit

Permalink
Merge pull request #541 from SpiNNakerManchester/pylint_default
Browse files Browse the repository at this point in the history
Pylint default
  • Loading branch information
Christian-B committed Mar 4, 2024
2 parents c6a61ba + 6e68dbb commit ef0038e
Show file tree
Hide file tree
Showing 60 changed files with 403 additions and 618 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
package: ${{ env.BASE_PKG }}
exitcheck: 31 # Action fails on any message
language: en_GB
rcfile: global_strict

- name: Lint with mypy
run: mypy $BASE_PKG
Expand Down
58 changes: 3 additions & 55 deletions .pylint_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,59 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Our abbreviations/names
Navaridas
NER

# Our types
AbstractEdge
AbstractEdgePartition
AbstractMulticastRoutingTable
AbstractSDRAM
AbstractSDRAMPartition
AbstractSingleSourcePartition
AbstractVertex
ApplicationEdge
ApplicationEdgePartition
ApplicationVertex
BaseKeyAndMask
ChipAndCore
FPGAConnection
IPTag
IPtagResource
MachineEdge
MachineVertex
MulticastEdgePartition
MulticastRoutingTable
PacmanAlreadyExistsException
PlacementTuple
ReverseIPtagResource
RoutingTableEntry
RoutingInfo
RoutingTree
RTEntry
SDRAMMachineEdge
ValidationError

# Python packages
jsonschema
pacman

# Others' types
FileIO

# Python bits
maxsize

# Our special words
mergable
precompressed
precompression
precompressor
quicksort
obj
reorderable
sdram
subobj
vartype
xy
# 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

0 comments on commit ef0038e

Please sign in to comment.