-
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.
Feature/template maintenance july 2024 (#35)
# PR Context - includes #34 - includes #33 - includes #32 - includes #36 - includes #37 - includes #38 - includes #39 - includes #40 - i tested ruff-format on mex-extractors and it only had 8 changes in total, including just minor newline fixes and added trailing commas # Added - configure ruff formatting and pre-commit hook - added RKI postal address to README files # Changes - update ruff and mypy versions - update GlueOps actions container # Removed - remove black dependency and pre-commit hook --------- Signed-off-by: Nicolas Drebenstedt <[email protected]> Co-authored-by: Franziska Diehr <[email protected]> Co-authored-by: RKIMetadataExchange <[email protected]> Co-authored-by: RKI | Metadata Exchange <[email protected]>
- Loading branch information
1 parent
39db8b8
commit cf7f28e
Showing
11 changed files
with
42 additions
and
19 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
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 |
---|---|---|
|
@@ -31,6 +31,15 @@ For further details, please consult our | |
[FAIR data principles](https://www.go-fair.org/fair-principles/) – guidelines to make | ||
data Findable, Accessible, Interoperable and Reusable. | ||
|
||
**Contact** \ | ||
For more information, please feel free to email us at [[email protected]](mailto:[email protected]). | ||
|
||
### Publisher of this document | ||
**Robert Koch-Institut** \ | ||
Nordufer 20 \ | ||
13353 Berlin \ | ||
Germany | ||
|
||
## package | ||
|
||
The `mex-template` is a [cookiecutter](https://www.cookiecutter.io/) template to make | ||
|
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 |
---|---|---|
|
@@ -90,7 +90,7 @@ jobs: | |
needs: release | ||
steps: | ||
- name: Build, tag and push docker image to ghcr | ||
uses: GlueOps/[email protected].2 | ||
uses: GlueOps/[email protected].3 | ||
with: | ||
{% raw %}tags: "${{ github.sha }},${{ needs.release.outputs.tag }},latest"{% endraw %} | ||
|
||
|
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 |
---|---|---|
|
@@ -36,6 +36,15 @@ For further details, please consult our | |
[FAIR data principles](https://www.go-fair.org/fair-principles/) – guidelines to make | ||
data Findable, Accessible, Interoperable and Reusable. | ||
|
||
**Contact** \ | ||
For more information, please feel free to email us at [[email protected]](mailto:[email protected]). | ||
|
||
### Publisher of this document | ||
**Robert Koch-Institut** \ | ||
Nordufer 20 \ | ||
13353 Berlin \ | ||
Germany | ||
|
||
## package | ||
|
||
{{ cookiecutter.long_summary|wordwrap(88, break_long_words=False, break_on_hyphens=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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cruft==2.15.0 | ||
mex-release @ git+https://github.com/robert-koch-institut/mex-release.git | ||
pdm==2.15.4 | ||
pdm==2.17.1 | ||
pre-commit==3.7.1 | ||
wheel==0.43.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cruft==2.15.0 | ||
mex-release @ git+https://github.com/robert-koch-institut/mex-release.git | ||
pdm==2.15.4 | ||
pdm==2.17.1 | ||
pre-commit==3.7.1 | ||
wheel==0.43.0 |