-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating to latest PPT version. (#79)
- Loading branch information
Showing
17 changed files
with
195 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
# Changes here will be overwritten by Copier | ||
_commit: v2.0.2 | ||
_commit: v2.0.3 | ||
_src_path: gh:lincc-frameworks/python-project-template | ||
author_email: [email protected] | ||
author_name: LINCC Frameworks | ||
custom_install: false | ||
create_example_module: false | ||
custom_install: true | ||
enforce_style: | ||
- ruff_lint | ||
- ruff_format | ||
failure_notification: [] | ||
include_benchmarks: true | ||
include_docs: true | ||
include_notebooks: true | ||
mypy_type_checking: none | ||
package_name: fibad | ||
project_license: MIT | ||
project_name: fibad | ||
project_organization: lincc-frameworks | ||
python_versions: | ||
- '3.9' | ||
- '3.10' | ||
- '3.11' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# The .github directory | ||
|
||
This directory contains various configurations and .yml files that are used to | ||
define GitHub actions and behaviors. | ||
|
||
## Workflows | ||
|
||
The .yml files in ``./workflows`` are used to define the various continuous | ||
integration scripts that will be run on your behalf e.g. nightly as a smoke check, | ||
or when you create a new PR. | ||
|
||
For more information about CI and workflows, look here: https://lincc-ppt.readthedocs.io/en/latest/practices/ci.html | ||
|
||
## Configurations | ||
|
||
Templates for various different issue types are defined in ``./ISSUE_TEMPLATE`` | ||
and a pull request template is defined as ``pull_request_template.md``. Adding, | ||
removing, and modifying these templates to suit the needs of your project is encouraged. | ||
|
||
For more information about these templates, look here: https://lincc-ppt.readthedocs.io/en/latest/practices/issue_pr_templating.html | ||
|
||
|
||
Or if you still have questions contact us: https://lincc-ppt.readthedocs.io/en/latest/source/contact.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.