12 lines
293 B
YAML
12 lines
293 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.7.0 # Use the latest stable version
|
|
hooks:
|
|
- id: black
|
|
args: [--check, --diff]
|
|
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 6.1.0 # Use the latest stable version
|
|
hooks:
|
|
- id: flake8
|
|
args: [] |