diff options
| author | capellancitizen <thecapellancitizen@gmail.com> | 2024-03-28 17:21:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 22:21:42 +0100 |
| commit | 2bbebe56fdcf3fb351df1c636d349946e548e505 (patch) | |
| tree | f2eddba82b6f5a1490d1d2ca43e6c8ee91bfd3a4 /bin/style-check | |
| parent | 51f2746b90ecfc56dad50d620a86ab2aa00b68b0 (diff) | |
Fixed clones of group elements not appearing. (#2766)
Diffstat (limited to 'bin/style-check')
| -rwxr-xr-x | bin/style-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/style-check b/bin/style-check index bafd6e74..81d237c4 100755 --- a/bin/style-check +++ b/bin/style-check @@ -5,4 +5,4 @@ # Instead of files, "--diff" may be passed to check only the lines changed # by a diff piped to standard input. -flake8 --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py,electron,build,src,dist "${@:-.}" +flake8 --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py,electron,build,src,dist,./*-metadata.py,./pyembroidery-format-descriptions.py "${@:-.}" |
