add pre-commit

This commit is contained in:
Robert Resch 2022-01-29 17:24:00 +01:00
parent ec3cb41dc0
commit bf2514cb09
14 changed files with 320 additions and 800 deletions

4
.gitignore vendored
View file

@ -1,14 +1,10 @@
# Ignore pycache
__pycache__
# Ignore .hidden files
.*
# Except .
!.github/
!.gitignore
!.dockerignore
!.travis.yml
# Ignore items in test (report, cache, etc), except files starting with test
tests/*