Updated version of flake8.

This commit is contained in:
Cédric Bonhomme 2024-01-01 20:40:49 +01:00
parent e253929ad6
commit 220501adbc
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -20,7 +20,7 @@ repos:
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 4.0.1 rev: 6.1.0
hooks: hooks:
- id: flake8 - id: flake8
additional_dependencies: additional_dependencies:
@ -34,6 +34,6 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- repo: https://github.com/trailofbits/pip-audit - repo: https://github.com/trailofbits/pip-audit
rev: v2.5.6 rev: v2.6.2
hooks: hooks:
- id: pip-audit - id: pip-audit