Compare commits

..

No commits in common. "3bed7222ecf75d904376206ee092dadf25fb4619" and "d10706e3017fd6664076ec34a16765e2a4442d9d" have entirely different histories.

View File

@ -6,12 +6,6 @@
language: system
files: ^.*\.py$
exclude: ^(migrations).*$
- id: yapf
name: yapf
entry: yapf -i
language: system
files: ^.*\.py$
exclude: ^(migrations).*$
- id: unittest
name: unittest
entry: python -m unittest discover ki