mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 10:12:21 +01:00
Fix CI pipeline and typo in pyproject.toml
This commit is contained in:
@ -12,7 +12,7 @@ black:
|
|||||||
- python3 -m pip install --upgrade pip
|
- python3 -m pip install --upgrade pip
|
||||||
- curl -sSL https://install.python-poetry.org | python3 -
|
- curl -sSL https://install.python-poetry.org | python3 -
|
||||||
- export PATH="/root/.local/bin:$PATH"
|
- export PATH="/root/.local/bin:$PATH"
|
||||||
- poetry install --with dev
|
- poetry install --with dev --no-root
|
||||||
script:
|
script:
|
||||||
- poetry run black --quiet --check marietje
|
- poetry run black --quiet --check marietje
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@ authors = [
|
|||||||
"Lars van Rhijn <l.vanrhijn@student.science.ru.nl>",
|
"Lars van Rhijn <l.vanrhijn@student.science.ru.nl>",
|
||||||
]
|
]
|
||||||
maintainers = [
|
maintainers = [
|
||||||
"Kees van Kempen <ru@keesvankempen.nl",
|
"Kees van Kempen <ru@keesvankempen.nl>",
|
||||||
"Lars van Rhijn <l.vanrhijn@student.science.ru.nl>",
|
"Lars van Rhijn <l.vanrhijn@student.science.ru.nl>",
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user