Update gitignore
This commit is contained in:
parent
25ace1d8b2
commit
a6e0ead37f
|
@ -1,5 +1,5 @@
|
|||
*.pyc
|
||||
*.swp
|
||||
__pycache__/
|
||||
venv/
|
||||
env/
|
||||
keys/
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
repos:
|
||||
- repo: https://github.com/ambv/black
|
||||
rev: stable
|
||||
hooks:
|
||||
- id: black
|
||||
args:
|
||||
- --line-length=140
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
rev: 3.7.9
|
||||
hooks:
|
||||
- id: flake8
|
||||
args:
|
||||
- "--max-line-length=140"
|
Loading…
Reference in New Issue