Skip to content

Commit 05d09dc

Browse files
Merge pull request #22 from ChristianHinge/dev/version
Downgrade version
2 parents 82672dd + 0cb1036 commit 05d09dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ repos:
6060
language: system
6161
types: [text]
6262
stages: [commit, push, manual]
63+
- repo: https://github.com/pre-commit/pre-commit-hooks
64+
rev: v4.4.0
65+
hooks:
66+
- id: no-commit-to-branch
67+
name: No Commit To Branch
68+
#entry: no-commit-to-branch
69+
#language: system
70+
args: [-b, main]
6371
- repo: https://github.com/pre-commit/mirrors-prettier
6472
rev: v2.6.0
6573
hooks:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zerodose"
3-
version = "1.0.0"
3+
version = "0.0.0"
44
description = "Zerodose"
55
authors = ["Christian Hinge <christian.hinge@regionh.dk>"]
66
license = "MIT"

0 commit comments

Comments
 (0)