Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperkan committed Dec 20, 2023
1 parent ee80e2c commit 2761ab4
Show file tree
Hide file tree
Showing 38 changed files with 3,940 additions and 2,242 deletions.
4 changes: 4 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
ignore = E203,W503,E731 # to be consistent with `black`
max-line-length = 79
indent-size = 4
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ __pycache__/
*$py.class
Session.vim
ckpt/
svox2.egg-info
.vscode
Loading

0 comments on commit 2761ab4

Please sign in to comment.