Update gitignore

pull/1/head
Mark Veidemanis 3 years ago
parent 25ace1d8b2
commit a6e0ead37f
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

2
.gitignore vendored

@ -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…
Cancel
Save