Skip to content

Commit 7080857

Browse files
committed
feat: update dependencies
1 parent 3987e38 commit 7080857

File tree

3 files changed

+41
-40
lines changed

3 files changed

+41
-40
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
public/
3-
3+
test.py
44
*.spdx
55

66
# Byte-compiled / optimized / DLL files

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ publish = "python -m twine upload dist/*"
2424
clean = "rm -r ./src/ghastoolkit.egg-info/ && rm -r ./dist"
2525
# tests
2626
test = "python -m unittest discover -v -s ./tests -p 'test_*.py'"
27+
# examples = "eval 'set -e; for f in examples/*.py; do; python $f; done'"
2728
# formatting
2829
fmt = "black ./src/ghastoolkit"
2930
lint = "black --check ./src/ghastoolkit"

Pipfile.lock

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)