@ -1,3 +1,4 @@
---
name: Pull Request Checks
on:
@ -24,4 +25,4 @@ jobs:
- name: Run tests and checks
run: |
find tests/ -name "*.py" | xargs pytest
pylint swarms
@ -90,4 +90,7 @@ line-length = 200
max-line-length = 200
[tool.flake8]
extend-ignore = "E266, E501, W292, W291, W293i"
[tool.yamllint]
disable-line rule:truthy