Skip to content

Commit

Permalink
merged in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Mar 4, 2024
2 parents a2b8cae + 73b550c commit 359f0aa
Show file tree
Hide file tree
Showing 91 changed files with 1,219 additions and 830 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
package: spinnman
exitcheck: 31 # Action fails on any message
language: en_GB
rcfile: global_strict
- name: Lint with mypy
run: mypy spinnman

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

# Our abbreviations/names
bmp
bmpc
cpu
iobuf
scp
Spalloc
txrx
url
ybug
xy
xys
# 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

# Our special words
keepalive
# Our special words ("wrap-arounds" gets split up)
arounds


# Python packages
spinnman
websocket

# Python types
BMPConnectionData
BufferedIOBase
CoreSubset
CPUInfo
CPUInfos
CPUState
DiagnosticFilter
DiagnosticFilterDestination
DiagnosticFilterDefaultRoutingStatus
DiagnosticFilterEmergencyRoutingStatus
DiagnosticFilterPacketType
DiagnosticFilterPayloadStatus
DiagnosticFilterSource
ExecutableType
HeapElement
IOBuffer
PreparedRequest
RawIOBase
SCAMPConnection
SCPResult
SpallocJob
SpallocMachine
SpinnakerBootMessage
SystemVariableDefinition
WebSocket
Loading

0 comments on commit 359f0aa

Please sign in to comment.