Skip to content

Commit

Permalink
disable more pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 4, 2024
1 parent e10124f commit 701c1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
coverage-package: spinn_gym
flake8-packages: examples spinn_gym integration_tests
pylint-packages: examples spinn_gym integration_tests
pylint-disable: R, wrong-spelling-in-docstring, invalid-name
pylint-disable: R, invalid-name, missing-class-docstring, missing-function-docstring, wrong-spelling-in-comment, wrong-spelling-in-docstring
mypy-packages: examples spinn_gym integration_tests
run_sphinx: false
cfg_file: spynnaker

0 comments on commit 701c1eb

Please sign in to comment.