ci: remove pylint plugin for sqlalchemy

hopefully no longer required since using new Mapped types
This commit is contained in:
Iain Learmonth 2024-11-16 13:17:27 +00:00
parent cce5c307ee
commit acfa81e3ba
2 changed files with 0 additions and 2 deletions

View file

@ -55,7 +55,6 @@ test:pylint:
- apt update && apt install build-essential
- pip install -r requirements.txt --quiet
- pip install pylint --quiet
- pip install https://github.com/anybox/pylint_flask_sqlalchemy/archive/refs/heads/master.zip --quiet
- pylint app
allow_failure: true