We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c92813 commit b55f594Copy full SHA for b55f594
.pre-commit-config.yaml
@@ -42,4 +42,4 @@ repos:
42
pass_filenames: false
43
44
fail_fast: true
45
-default_stages: [commit]
+default_stages: [pre-commit]
pyproject.toml
@@ -11,6 +11,7 @@ authors = [
11
]
12
readme = "README.md"
13
repository = "https://github.com/NHSDigital/eps-cdk-util"
14
+package-mode = false
15
16
[tool.poetry.dependencies]
17
python = "^3.12"
@@ -23,4 +24,4 @@ pip-licenses = "^5.0.0"
23
24
25
[build-system]
26
requires = ["poetry>=1.8"]
-build-backend = "poetry.masonry.api"
27
+build-backend = "poetry.masonry.api"
0 commit comments