Skip to content

Commit

Permalink
Bump cookiecutter template to f3bf98 (#334)
Browse files Browse the repository at this point in the history
# Changes

- bumped cookiecutter template to
robert-koch-institut/mex-template@f3bf98

---------

Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Co-authored-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
  • Loading branch information
RKIMetadataExchange and cutoffthetop authored Nov 18, 2024
1 parent d13d300 commit 98decaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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": "b0a2056a104f39cd18e6b395a27d18473caa73d7",
"commit": "f3bf981df5d829892200d2a41eafee331fa85715",
"context": {
"cookiecutter": {
"project_name": "common",
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.7.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: pretty-format-json
name: json
Expand All @@ -25,7 +25,7 @@ repos:
- id: fix-byte-order-marker
name: byte-order
- repo: https://github.com/pdm-project/pdm
rev: 2.19.3
rev: 2.20.1
hooks:
- id: pdm-lock-check
name: pdm
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cruft==2.15.0
mex-release==0.3.0
pdm==2.20.1
pre-commit==4.0.1
wheel==0.44.0
wheel==0.45.0

0 comments on commit 98decaa

Please sign in to comment.