mirror of https://github.com/OpenSPG/KAG
18 lines
425 B
YAML
18 lines
425 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 22.3.0
|
|
hooks:
|
|
- id: black
|
|
files: ^kag/.*\.py$
|
|
exclude: |
|
|
(?x)^(
|
|
kag/solver/logic/core_modules/rule_runner/rule_runner.py |
|
|
kag/solver/logic/core_modules/parser/logic_node_parser.py
|
|
)$
|
|
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 4.0.1
|
|
hooks:
|
|
- id: flake8
|
|
files: ^kag/.*\.py$
|