Skip to content

Commit

Permalink
Bump cookiecutter template to 382feb (#301)
Browse files Browse the repository at this point in the history
# Changes

- bumped cookiecutter template to
robert-koch-institut/mex-template@382feb

---------

Co-authored-by: Nicolas Drebenstedt <[email protected]>
  • Loading branch information
RKIMetadataExchange and cutoffthetop authored Oct 11, 2024
1 parent 23982bd commit de123bc
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"checkout": null,
"commit": "bae86448088992cdbd3acde751ad7aa19a79d71b",
"commit": "382febffff2ead8fd4d1e66b411a1cd39a192446",
"context": {
"cookiecutter": {
"project_name": "common",
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
test*.jpeg
test*.png
*.cover
*.jpeg
*.py,cover
.hypothesis/
.pytest_cache/
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
rev: v0.6.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -25,7 +25,7 @@ repos:
- id: fix-byte-order-marker
name: byte-order
- repo: https://github.com/pdm-project/pdm
rev: 2.17.1
rev: 2.19.1
hooks:
- id: pdm-lock-check
name: pdm
Expand Down
Loading

0 comments on commit de123bc

Please sign in to comment.