-
Notifications
You must be signed in to change notification settings - Fork 21
Cookiecutting - additional files #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
972a744
Changelog
8bitsam cc9ee36
License
8bitsam e1adbaf
Authors
8bitsam 526d41e
Code of conduct added
8bitsam 09b5c89
added isort config
8bitsam 587d2a3
removed conda-recipe directory and references
8bitsam a509641
codecov
8bitsam 35a32c2
coveragerc
8bitsam d9b499e
Remove travis.yml
8bitsam 9642398
MANIFEST.in
8bitsam 3f0edae
added news directory with template
8bitsam 83b573f
Removed .idea directory
8bitsam 161e45e
update authors with group statement
8bitsam 7af87f2
revert conda-recipe removal
8bitsam a505e23
[pre-commit.ci] auto fixes from pre-commit hooks
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,2 +1,34 @@ | ||
| fixes: | ||
| - ".*/site-packages/::src/" | ||
| # codecov can find this file anywhere in the repo, so we don't need to clutter | ||
| # the root folder. | ||
| #comment: false | ||
|
|
||
| codecov: | ||
| notify: | ||
| require_ci_to_pass: no | ||
|
|
||
| coverage: | ||
| status: | ||
| patch: | ||
| default: | ||
| target: '70' | ||
| if_no_uploads: error | ||
| if_not_found: success | ||
| if_ci_failed: failure | ||
| project: | ||
| default: false | ||
| library: | ||
| target: auto | ||
| if_no_uploads: error | ||
| if_not_found: success | ||
| if_ci_failed: error | ||
| paths: '!*/tests/.*' | ||
|
|
||
| tests: | ||
| target: 97.9% | ||
| paths: '*/tests/.*' | ||
| if_not_found: success | ||
|
|
||
| flags: | ||
| tests: | ||
| paths: | ||
| - tests/ |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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,4 @@ | ||
| [settings] | ||
| line_length = 115 | ||
| multi_line_output = 3 | ||
| include_trailing_comma = True |
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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,26 @@ | ||
| ============= | ||
| Release Notes | ||
| ============= | ||
|
|
||
| No notable functional changes from 1.4.1 | ||
|
|
||
| -------------------------- | ||
| Version 1.4.2 – 2023-12-09 | ||
| -------------------------- | ||
|
|
||
| Added | ||
| ===== | ||
|
|
||
| - Support for Python 3.11, 3.12 | ||
|
|
||
| Changed | ||
| ======= | ||
|
|
||
| Deprecated | ||
| ========== | ||
|
|
||
| Removed | ||
| ======= | ||
|
|
||
| Fixed | ||
| ===== |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to add the current statement about Billinge group authors here from cookie cutter (but don't delete other stuff.)