mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 19:12:20 +01:00
ci: Freeze pylint version
This will prevent the CI from "randomly" breaking every now and then, because of added lints in pylint. From now on, pylint is updated manually.
This commit is contained in:
@ -9,7 +9,7 @@ pylint:
|
|||||||
- apt-get -qq install -y python3 python3-venv python3-pip
|
- apt-get -qq install -y python3 python3-venv python3-pip
|
||||||
- python3 -m venv venv
|
- python3 -m venv venv
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip install -r requirements.txt pylint
|
- pip install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- pylint marietje/marietje marietje/metrics marietje/playerapi marietje/queues marietje/songs marietje/stats
|
- pylint marietje/marietje marietje/metrics marietje/playerapi marietje/queues marietje/songs marietje/stats
|
||||||
|
|
||||||
|
|||||||
@ -2,3 +2,4 @@ django>=2.2,<2.3
|
|||||||
mutagen
|
mutagen
|
||||||
argon2-cffi
|
argon2-cffi
|
||||||
prometheus_client
|
prometheus_client
|
||||||
|
pylint==2.5.3
|
||||||
|
|||||||
Reference in New Issue
Block a user