Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit 50e899c

Browse files
committed
Project Structure
1 parent bde818f commit 50e899c

File tree

7 files changed

+41
-2
lines changed

7 files changed

+41
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ venv.bak/
102102

103103
# mypy
104104
.mypy_cache/
105+

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ verify_ssl = true
55

66
[dev-packages]
77
flake8 = "*"
8+
flake8-docstrings = "*"
89

910
[packages]
1011

1112
[requires]
1213
python_version = "3.7"
1314

1415
[scripts]
15-
lint = "python -m flake8"
16+
lint = "python -m flake8"

Pipfile.lock

Lines changed: 38 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

src/__main__.py

Whitespace-only changes.

src/test/__init__.py

Whitespace-only changes.

src/test/__main__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)