Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# These are required for developing the package (running the tests) but not
# necessarily required for _using_ it.
pytest

# A test edit to this .txt file
fart-package
1 change: 1 addition & 0 deletions project_name/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .version import __version__ # noqa: F401

__all__ = []
print('roberttesttk was here')
1 change: 1 addition & 0 deletions project_name/dummy.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# pyi thying
Loading