anybox / pylint_flask_sqlalchemy

pylint_flask_sqlalchemy is a Pylint plugin to improve static code analysis of Flask-SQLAlchemy based projects.
MIT License
8 stars 5 forks source link

pypi points to private issue tracker #5

Closed torotil closed 2 years ago

torotil commented 3 years ago

The package metadata for the published package points to https://gitlab.anybox.cloud/rboyer/pylint_flask_sqlalchemy/issues as “Bug tracker“ which is on a private gitlab instance where it is not possible for users to report bugs.

herrboyer commented 2 years ago

Hi @torotil, this repository is now the official one for the project. I'll push some changes before the end of the week to setup the CI and update the package metadata, and as soon as a new feature/fix is added to the project a new version will be pushed on pypi.

herrboyer commented 2 years ago

Package metadata has been updated on https://github.com/anybox/pylint_flask_sqlalchemy/pull/6, we're working on fixing some bugs before pushing a 1.0.0 version to pypi.