new CONTRIBUTING.md

This commit is contained in:
Eren Gölge
2021-04-09 13:51:04 +02:00
parent a9342b8ed4
commit 1cdf8498d7
2 changed files with 118 additions and 39 deletions
+12
View File
@@ -0,0 +1,12 @@
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/psf/black'
rev: 20.8b1
hooks:
- id: black
language_version: python3