Skip to content

Commit

Permalink
Merge branch 'master' into app-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B authored Mar 18, 2024
2 parents 892e4e1 + bc417d6 commit 781f8c0
Show file tree
Hide file tree
Showing 99 changed files with 1,267 additions and 1,028 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
uses: ./support/actions/pylint
with:
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
cpu
iobuf
scp
Spalloc
bmpc
ybug
txrx
url
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 781f8c0

Please sign in to comment.