From 2cc1ef807e78b46611a5d5f5256bfa537fb80ff6 Mon Sep 17 00:00:00 2001 From: robert-test-tk <143014966+robert-test-tk@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:13:36 -0700 Subject: [PATCH 1/2] multiple files --- dev-requirements.txt | 3 +++ project_name/__init__.py | 1 + 2 files changed, 4 insertions(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 630e174..b61471a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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 diff --git a/project_name/__init__.py b/project_name/__init__.py index 3182eda..d6e1531 100644 --- a/project_name/__init__.py +++ b/project_name/__init__.py @@ -1,3 +1,4 @@ from .version import __version__ # noqa: F401 __all__ = [] +print('roberttesttk was here') \ No newline at end of file From 7d6b95734262c42504e1398c4746b01b7242a3a0 Mon Sep 17 00:00:00 2001 From: robert-test-tk <143014966+robert-test-tk@users.noreply.github.com> Date: Tue, 1 Apr 2025 12:46:57 -0700 Subject: [PATCH 2/2] add pyi --- project_name/dummy.pyi | 1 + 1 file changed, 1 insertion(+) create mode 100644 project_name/dummy.pyi diff --git a/project_name/dummy.pyi b/project_name/dummy.pyi new file mode 100644 index 0000000..c399b3f --- /dev/null +++ b/project_name/dummy.pyi @@ -0,0 +1 @@ +# pyi thying \ No newline at end of file