mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 16:52: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
|
||||
- curl -sSL https://install.python-poetry.org | python3 -
|
||||
- export PATH="/root/.local/bin:$PATH"
|
||||
- poetry install --with dev
|
||||
- poetry install --with dev --no-root
|
||||
script:
|
||||
- poetry run black --quiet --check marietje
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ authors = [
|
||||
"Lars van Rhijn <l.vanrhijn@student.science.ru.nl>",
|
||||
]
|
||||
maintainers = [
|
||||
"Kees van Kempen <ru@keesvankempen.nl",
|
||||
"Kees van Kempen <ru@keesvankempen.nl>",
|
||||
"Lars van Rhijn <l.vanrhijn@student.science.ru.nl>",
|
||||
]
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user