feat: Add answer for Q2.3 and configure pre-commit with flake8
Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
7
.pre-commit-config.yaml
Normal file
7
.pre-commit-config.yaml
Normal 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
|
Reference in New Issue
Block a user