yamllint rule, pr_requesr lint

pull/177/head
evelynmitchell 1 year ago
parent 73efdb0804
commit c711da8c59

@ -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
pylint swarms

@ -90,4 +90,7 @@ line-length = 200
max-line-length = 200
[tool.flake8]
extend-ignore = "E266, E501, W292, W291, W293i"
extend-ignore = "E266, E501, W292, W291, W293i"
[tool.yamllint]
disable-line rule:truthy
Loading…
Cancel
Save