Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/setup-py…
Browse files Browse the repository at this point in the history
…thon-5
  • Loading branch information
Christian-B authored Mar 5, 2024
2 parents 9cc94a3 + e416aa3 commit c262fd0
Show file tree
Hide file tree
Showing 21 changed files with 261 additions and 568 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ jobs:
uses: ./support/actions/pylint
with:
package: spinn_machine
exitcheck: 31 # Action fails on any message
language: en_GB
rcfile: global_strict
- name: Lint with mypy
run: mypy spinn_machine

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

# Our abbreviations/names
CoreSubset
IgnoreChip
IgnoreCore
IgnoreLink

# Our special words ("wrap-arounds" gets split up)
arounds
# 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 c262fd0

Please sign in to comment.