Skip to content

Commit

Permalink
Change license to creative commons
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Aug 28, 2019
1 parent 0b23931 commit bfd765d
Show file tree
Hide file tree
Showing 2 changed files with 415 additions and 201 deletions.
20 changes: 20 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-docstring-first
- id: check-yaml
- id: double-quote-string-fixer

- repo: https://github.com/ambv/black
rev: 19.3b0
hooks:
- id: black

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: flake8
Loading

0 comments on commit bfd765d

Please sign in to comment.