pre-commit: Bump dependencies

Change-Id: Id475a9d5b34ab094486906b5917c89c8591dfe35
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2023-09-11 11:50:25 +01:00
parent 57f2e49550
commit 2c1aab01fb
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ default_language_version:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 9136088a246768144165fcc3ecc3d31bb686920a # v3.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
# Replaces or checks mixed line ending
@ -32,7 +32,7 @@ repos:
- id: flake8
name: flake8
additional_dependencies:
- hacking>=3.0.1,<3.1.0
- hacking~=6.0.1
language: python
entry: flake8
files: '^.*\.py$'