lint(agent): Add flake8 to pre-commit checks

This commit is contained in:
Reinier van der Leer
2024-05-07 13:30:10 +02:00
parent 9bac6f4ce2
commit e9b3b5090c

View File

@@ -22,6 +22,11 @@ repos:
- id: black
language_version: python3.10
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: 'v1.3.0'
# hooks: