mirror of https://gitlab.com/tildes/tildes.git
Browse Source
Use a prospector fork, update dependencies
Use a prospector fork, update dependencies
This is kind of dirty, but the prospector tool was broken after updating Python to 3.9, and it seems to no longer be maintained. I forked it to my personal GitHub account, un-pinned its dependencies, fixed a bug that came up after updating pylint, and deleted a few dependencies that I don't use (pylint plugins for Django, Flask, and Celery). This commit also fixes all the new complaints from the updated pylint, which were mostly explicitly re-raising exceptions, and some places where I could use a generator instead of an unnecessary list comprehension. This will work for now, but I probably don't want to leave it in this state. I should probably just stick to using the tools like pylint directly, since this is now the second time I've needed to replace my "tool runner" when it stopped being maintained (the first one was pylama).merge-requests/135/head
Deimos
3 years ago
20 changed files with 68 additions and 66 deletions
-
2tildes/requirements-dev.in
-
27tildes/requirements-dev.txt
-
1tildes/tildes/__init__.py
-
4tildes/tildes/lib/database.py
-
4tildes/tildes/lib/datetime.py
-
12tildes/tildes/metrics.py
-
2tildes/tildes/models/comment/comment_tree.py
-
10tildes/tildes/models/pagination.py
-
2tildes/tildes/models/topic/topic.py
-
14tildes/tildes/request_methods.py
-
4tildes/tildes/resources/comment.py
-
8tildes/tildes/resources/topic.py
-
12tildes/tildes/schemas/fields.py
-
4tildes/tildes/schemas/topic.py
-
6tildes/tildes/scrapers/youtube_scraper.py
-
4tildes/tildes/views/api/web/topic.py
-
4tildes/tildes/views/api/web/user.py
-
4tildes/tildes/views/donate.py
-
6tildes/tildes/views/register.py
-
4tildes/tildes/views/topic.py
Write
Preview
Loading…
Cancel
Save
Reference in new issue