Skip to content

Commit bdf7e11

Browse files
authored
chore: move to pyproject and poetry (#2471)
* add flakehell for pyproject.toml compatibility * add cache for python dependencies in tests * add style check to ensure poetry lock is up to date
1 parent 83fb842 commit bdf7e11

23 files changed

+4950
-945
lines changed

.coveragerc

-5
This file was deleted.

.dockerignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.*
22
**
33
!renku/**
4-
!setup.py
4+
!pyproject.toml
5+
!poetry.lock
6+
!build.py
57
!*.rst
68
!entrypoint-svc.sh
79
!.git

0 commit comments

Comments
 (0)