diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2024-07-03 10:55:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 10:55:07 +0100 |
commit | c9c078601bf46b758faaa235cec8107f241f9eea (patch) | |
tree | d12d4320714be542df449a87b1e68927cf125c08 | |
parent | b148fe4ff90e2cbe5ee576ee39b01707e092fd9d (diff) | |
download | vyos.vyos-c9c078601bf46b758faaa235cec8107f241f9eea.tar.gz vyos.vyos-c9c078601bf46b758faaa235cec8107f241f9eea.zip |
chore: pre-commit autoupdate (#351)
updates:
- [github.com/pycqa/flake8: 7.0.0 → 7.1.0](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b031daa4..cab10556 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,6 +51,6 @@ repos: - id: black - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 |