Initial commit
This commit is contained in:
19
aivanov_project/vanna/.pre-commit-config.yaml
Normal file
19
aivanov_project/vanna/.pre-commit-config.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
exclude: 'docs|node_modules|migrations|.git|.tox|assets.py'
|
||||
default_stages: [ commit ]
|
||||
fail_fast: true
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v3.2.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: check-merge-conflict
|
||||
- id: debug-statements
|
||||
- id: mixed-line-ending
|
||||
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.12.0
|
||||
hooks:
|
||||
- id: isort
|
||||
args: [ "--profile", "black", "--filter-files" ]
|
||||
Reference in New Issue
Block a user