summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Collapse)Author
2022-09-02Fix `pre-commit` Issues (#223)Shawn Wilsher
* Fix `pre-commit` Issues This change fixes `.pre-commit-config.yaml` so that `main` no longer has errors on it. To accomplish that, two things had to be done: * Update the version of `black` that `pre-commit` uses to match what `tox` uses. * Run `pre-commit run --all-files` and commit the results Co-authored-by: Kate Case <this.is@katherineca.se>
2021-03-27Add vyos_bgp_address_family resource module. (#132)GomathiselviS
Add vyos_bgp_address_family resource module. Reviewed-by: https://github.com/apps/ansible-zuul
2020-09-28option added to black (#64)GomathiselviS
[vyos] Provide feedback on linters failure Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-08Fixes needed for sanity (#40)Paul Belanger
Fixes needed for sanity Reviewed-by: https://github.com/apps/ansible-zuul
2020-01-15Don't run flake8 on tests/unit/compatPaul Belanger
Until we stop using the migration script, we cannot modify these files. So skip flake8 for now on them. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-12-12Add tox -eblack supportPaul Belanger
This allows a user to format their code. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-12-04linters: Add yamllint as part of lintersYanis Guenane
Depends-On: https://github.com/ansible-network/ansible_collections.vyos.vyos/pull/56
2019-11-15Add tox -evenv entry pointPaul Belanger
We'll be using this as part of our release processes. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-09Add tox.ini filePaul Belanger
Create a tox.ini file with linters entry point for developers to run linters locally. Signed-off-by: Paul Belanger <pabelanger@redhat.com>