diff options
author | Shawn Wilsher <656602+sdwilsh@users.noreply.github.com> | 2022-09-02 06:22:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 09:22:14 -0400 |
commit | 69a2882d106171f050fac193a552542cdab418a8 (patch) | |
tree | 03e419d47de81b473b96f4f2a2a6c8b9f2bee5f8 /tests/integration/targets/vyos_l3_interfaces | |
parent | 4c116b506d4a529370dd63761f601a89d1adbf92 (diff) | |
download | vyos.vyos-69a2882d106171f050fac193a552542cdab418a8.tar.gz vyos.vyos-69a2882d106171f050fac193a552542cdab418a8.zip |
Fix `pre-commit` Issues (#223)
* 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>
Diffstat (limited to 'tests/integration/targets/vyos_l3_interfaces')
-rw-r--r-- | tests/integration/targets/vyos_l3_interfaces/tests/cli/_parsed_config.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/targets/vyos_l3_interfaces/tests/cli/_parsed_config.cfg b/tests/integration/targets/vyos_l3_interfaces/tests/cli/_parsed_config.cfg index ef070a7..9232a0a 100644 --- a/tests/integration/targets/vyos_l3_interfaces/tests/cli/_parsed_config.cfg +++ b/tests/integration/targets/vyos_l3_interfaces/tests/cli/_parsed_config.cfg @@ -5,5 +5,3 @@ set interfaces ethernet eth2 address '198.51.100.10/24' set interfaces ethernet eth2 hw-id '08:00:27:d8:70:b0' set interfaces ethernet eth2 vif 101 address '198.51.100.130/25' set interfaces ethernet eth2 vif 101 address '2001:db8::20/32' - - |