-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:NLeSC/python-template into line-length
- Loading branch information
Showing
53 changed files
with
281 additions
and
138 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
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 |
---|---|---|
|
@@ -68,6 +68,22 @@ authors: | |
family-names: Tjong Kim Sang | ||
given-names: Erik | ||
orcid: "https://orcid.org/0000-0002-8431-081X" | ||
- given-names: Abel | ||
family-names: Soares Siqueira | ||
email: [email protected] | ||
affiliation: Netherlands eScience Center | ||
orcid: "https://orcid.org/0000-0003-4451-281X" | ||
- given-names: Olga | ||
family-names: Lyashevska | ||
email: [email protected] | ||
affiliation: Netherlands eScience Center | ||
orcid: 'https://orcid.org/0000-0002-8686-8550' | ||
- given-names: Sander | ||
name-particle: van | ||
family-names: Rijn | ||
email: [email protected] | ||
affiliation: Netherlands eScience Center | ||
orcid: 'https://orcid.org/0000-0001-6159-041X' | ||
cff-version: "1.2.0" | ||
date-released: 2018-07-17 | ||
doi: 10.5281/zenodo.1310751 | ||
|
@@ -79,4 +95,4 @@ license: Apache-2.0 | |
message: "If you use this software, please cite it using these metadata." | ||
repository-code: "https://github.com/NLeSC/python-template" | ||
title: "Netherlands eScience Center Python Template" | ||
version: "0.4.0" | ||
version: "0.6.0" |
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
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,16 @@ | ||
--- | ||
# Computed values that depend on multiple values | ||
|
||
HasWorkflows: | ||
type: bool | ||
default: "{{ | ||
AddGitHubActionBuild | ||
or AddGitHubActionDocumentation | ||
or AddLinkCheck | ||
or AddCFFConvert | ||
or AddCitation | ||
or AddOnlineDocumentation | ||
or AddSonarCloud | ||
or AddZenodo | ||
or AddLinting }}" | ||
when: false |
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
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.