Skip to content

Commit

Permalink
Merge pull request #59 from Rexeh/1.4.1
Browse files Browse the repository at this point in the history
1.4.1
  • Loading branch information
Rexeh authored Jun 2, 2021
2 parents c539d79 + 6e71566 commit 4c72c16
Show file tree
Hide file tree
Showing 33 changed files with 3,035 additions and 1,285 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tests/*/__pycache__/
.env
temp/
diagrams/*.svg
diagrams/*.pdf
play*.py
tests/__pycache__/*.pyc
*.ui
Expand Down
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 20.8b1 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Loading

0 comments on commit 4c72c16

Please sign in to comment.