Age | Commit message (Collapse) | Author |
|
* Add deprecation notice in README
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Remove tox.ini
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
* 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>
|
|
Add vyos_bgp_address_family resource module.
Reviewed-by: https://github.com/apps/ansible-zuul
|
|
[vyos] Provide feedback on linters failure
Reviewed-by: https://github.com/apps/ansible-zuul
|
|
Fixes needed for sanity
Reviewed-by: https://github.com/apps/ansible-zuul
|
|
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>
|
|
This allows a user to format their code.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
|
|
Depends-On:
https://github.com/ansible-network/ansible_collections.vyos.vyos/pull/56
|
|
We'll be using this as part of our release processes.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
|
|
Create a tox.ini file with linters entry point for developers to run
linters locally.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
|