Skip to content

Commit

Permalink
Merge branch 'master' into vm_as_normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Mar 18, 2024
2 parents 7ac91c7 + 0558861 commit 0c5224c
Show file tree
Hide file tree
Showing 97 changed files with 960 additions and 1,026 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
uses: ./support/actions/pylint
with:
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ lastfailed
.dbeaver/
._dbeaver/
test_output
/.mypy_cache/
99 changes: 3 additions & 96 deletions .pylint_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,100 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Our abbreviations/names
pacman
spinnman
spalloc
eieio
PyNN
HBP
DDL
scp

# Our special words
borrowable
collab
cpu
iobuf
iptag
iptags
params
precompiled
malloc
malloc'ed
reentrant
regex
replacer
sdram
sql
txrx
url
xy

# Our types
IPTag
ReverseIPTag
IPtagResource
ApplicationGraph
MachineGraph
AbstractVertex
ApplicationVertex
MachineVertex
AbstractEdge
ApplicationEdge
MachineEdge
ExecutableType
ExecutableTargets
LivePacketGatherParameters
LivePacketGatherMachineVertex
DataSpeedUpPacketGatherMachineVertex
ExtraMonitorSupportMachineVertex
AbstractEIEIOMessage
CommandSender
CPUState
CoreSubset
CoreSubsets
MultiCastCommand
ReInjectionStatus
RouterDiagnostics
RoutingTableEntry
MulticastRoutingTable
AbstractMulticastRoutingTable
UnCompressedMulticastRoutingTable
DataSpecificationExecutor
DataSpecificationGenerator
CoreToFill
AbstractSendsBuffersFromHost
ProgressBar
IOBuffer
ProvenanceDataItem
MulticastRoutingTables
PacmanConfigurationException
SDPMessage
UDPConnection
SCAMPConnection
VariableSDRAM
EIEIOPrefix
EIEIOType
SpallocClient
SpallocJob
BMPConnectionData
DatabaseReader
DataWritten
BufferedSendingRegion
SpiNNakerGraphFrontEnd

# Python packages
struct

# Python types
FileIO
RawIOBase
TextIOBase
Struct

# sqlite3.cursor methods mentioned in docs
fetchone
lastrowid
rowcount
WAL
# 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 0c5224c

Please sign in to comment.