Skip to content

Commit 4c72c16

Browse files
authored
Merge pull request #59 from Rexeh/1.4.1
1.4.1
2 parents c539d79 + 6e71566 commit 4c72c16

33 files changed

+3035
-1285
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tests/*/__pycache__/
1212
.env
1313
temp/
1414
diagrams/*.svg
15+
diagrams/*.pdf
1516
play*.py
1617
tests/__pycache__/*.pyc
1718
*.ui

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
repos:
2+
- repo: https://github.com/psf/black
3+
rev: 20.8b1 # Replace by any tag/version: https://github.com/psf/black/tags
4+
hooks:
5+
- id: black
6+
language_version: python3 # Should be a command that runs python3.6+

0 commit comments

Comments
 (0)