diff options
| author | Gaige B Paulsen <gaige@cluetrust.com> | 2025-05-07 15:44:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-08 05:44:34 +1000 |
| commit | 7a4f22fc4a63bad749b4128495d7dae8917d0b0e (patch) | |
| tree | 0e68c36d01d5b4fff8f793b2a29faadc789511be /.pre-commit-config.yaml | |
| parent | 29e8caf907063c2b4c4d2b65861ad595c10c8fb0 (diff) | |
| download | vyos.vyos-7a4f22fc4a63bad749b4128495d7dae8917d0b0e.tar.gz vyos.vyos-7a4f22fc4a63bad749b4128495d7dae8917d0b0e.zip | |
T7162: interface preflight (#397)
* T7162: interface preflight
* fix: update with changes from PR 396
* fix: re-run pre-commit for missed updates
* fix: typo
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cab10556..d5617c09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: update-docs - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-merge-conflict - id: check-symlinks @@ -39,18 +39,18 @@ repos: - prettier-plugin-toml - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: Sort import statements using isort args: [--filter-files] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.2 hooks: - id: flake8 |
