feat: Add answer for Q2.3 and configure pre-commit with flake8

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-04-13 13:58:20 +02:00
parent 5c7bbac1c5
commit b3f3ce0b16
3 changed files with 12 additions and 0 deletions

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/pycqa/flake8
rev: '6.1.0' # Use the latest stable version
hooks:
- id: flake8
additional_dependencies: []
args: [--config=tox.ini] # Use the same config as in CI