diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-09-29 13:22:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-29 13:22:05 -0600 |
| commit | 5139c13fd7f43bb4d829e3c8225c51268e4d27d1 (patch) | |
| tree | 8d89cf6fc362aa261baf9f63d68653c50fe72aa5 /Makefile | |
| parent | ee7ed8f679dd493bd8991ede51bc741c47567b51 (diff) | |
| parent | 5e9cb83a9375a2b6312f390e84e4ac8e778d04cb (diff) | |
Merge pull request #316 from inkstitch/lexelby/bug-fixes
more bug fixes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,4 +60,4 @@ locales: .PHONY: style style: - flake8 . --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py,simulator.py,params.py + flake8 . --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py |
