Skip to content

Commit

Permalink
Instance of 'Block' has no 'segments' member (no-member)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 16, 2024
1 parent b35b2af commit 7caed0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,12 @@ jobs:

- name: Lint with flake8
run: flake8 examples spinn_gym

# Instance of 'Block' has no 'segments' member (no-member)
- name: Lint with pylint
uses: ./support/actions/pylint
with:
with:
disable: no-member
package: examples spinn_gym
exitcheck: 39

Expand Down

0 comments on commit 7caed0b

Please sign in to comment.