Skip to content

Commit

Permalink
pylint-disable: R, wrong-spelling-in-docstring, invalid-name
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 6, 2024
1 parent 0cfb8d4 commit b707a7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
coverage-package: mcmc
flake8-packages: mcmc mcmc_examples
pylint-packages: mcmc mcmc_examples
# invalid-name because scripts have values pylint considers constants
# wrong-spelling-in-docstring due to param names ect
pylint-disable: R, wrong-spelling-in-docstring, invalid-name
mypy-packages: mcmc
cfg_file: spiNNakerGraphFrontEnd
run_sphinx: false
Expand Down

0 comments on commit b707a7f

Please sign in to comment.