Skip to content

Commit b55f594

Browse files
committed
fix install
1 parent 9c92813 commit b55f594

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ repos:
4242
pass_filenames: false
4343

4444
fail_fast: true
45-
default_stages: [commit]
45+
default_stages: [pre-commit]

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ authors = [
1111
]
1212
readme = "README.md"
1313
repository = "https://github.com/NHSDigital/eps-cdk-util"
14+
package-mode = false
1415

1516
[tool.poetry.dependencies]
1617
python = "^3.12"
@@ -23,4 +24,4 @@ pip-licenses = "^5.0.0"
2324

2425
[build-system]
2526
requires = ["poetry>=1.8"]
26-
build-backend = "poetry.masonry.api"
27+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)