Compare commits

..

5 Commits

Author SHA1 Message Date
b4b812a097 Update dependency flask-migrate to v4
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is passing
2024-09-10 11:36:18 +00:00
5369de67d8 Merge pull request 'Update dependency pre-commit to v2.21.0' (!89) from renovate/pre-commit-2.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #89
2024-09-10 13:07:34 +02:00
54c5246f0a Merge pull request 'Add dry-run Docker build to Pull Request CI run' (!117) from docker-dry-run into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #117
2024-09-10 13:02:19 +02:00
9a95baf106
Add dry-run Docker build to Pull Request CI run
All checks were successful
continuous-integration/drone/pr Build is passing
2024-09-10 12:56:04 +02:00
338380ed93 Update dependency pre-commit to v2.21.0
All checks were successful
continuous-integration/drone/pr Build is passing
2024-09-05 09:36:44 +00:00
3 changed files with 19 additions and 18 deletions

View File

@ -26,6 +26,16 @@ steps:
- pipenv run flake8
- pipenv run reuse lint
- pipenv run python -m unittest discover ki
- name: docker-dry-run
image: plugins/docker:20.18.4@sha256:a8d3d86853c721492213264815f1d00d3ed13f42f5c1855a02f47fa4d5f1e042
settings:
registry: git.wtf-eg.de
repo: git.wtf-eg.de/kompetenzinventar/backend
target: ki-backend
dry_run: true
when:
event:
- pull_request
---
kind: pipeline

View File

@ -23,7 +23,7 @@ werkzeug = "==2.3.8"
[dev-packages]
flake8 = "==7.1.1"
yapf = "==0.40.2"
pre-commit = "==2.13.0"
pre-commit = "==2.21.0"
reuse = "==0.14.0"
[requires]

25
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "566862976f8847f04a95493ae25d291fc4b2213371e981a659830ce2fe9336a9"
"sha256": "6840a8919cbfaff8648ef0a9408eaf6a1b9128349cf0834f7cfe7a0f4e7a5037"
},
"pipfile-spec": 6,
"requires": {
@ -59,12 +59,11 @@
},
"flask-migrate": {
"hashes": [
"sha256:5c532be17e7b43a223b7500d620edae33795df27c75811ddf32560f7d48ec617",
"sha256:dff7dd25113c210b069af280ea713b883f3840c1e3455274745d7355778c8622"
"sha256:4d42e8f861d78cb6e9319afcba5bf76062e5efd7784184dd2a1cccd9de34a702",
"sha256:df9043d2050df3c0e0f6313f6b529b62c837b6033c20335e9d0b4acdf2c40e23"
],
"index": "pypi",
"markers": "python_version >= '3.6'",
"version": "==4.0.7"
"version": "==3.0.1"
},
"flask-sqlalchemy": {
"hashes": [
@ -719,12 +718,12 @@
},
"pre-commit": {
"hashes": [
"sha256:764972c60693dc668ba8e86eb29654ec3144501310f7198742a767bec385a378",
"sha256:b679d0fddd5b9d6d98783ae5f10fd0c4c59954f375b70a58cbe1ce9bcf9809a4"
"sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658",
"sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"
],
"index": "pypi",
"markers": "python_full_version >= '3.6.1'",
"version": "==2.13.0"
"markers": "python_version >= '3.7'",
"version": "==2.21.0"
},
"pycodestyle": {
"hashes": [
@ -836,14 +835,6 @@
"markers": "python_version >= '3.8'",
"version": "==74.1.2"
},
"toml": {
"hashes": [
"sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b",
"sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
],
"markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==0.10.2"
},
"tomli": {
"hashes": [
"sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",