ci: remove pylint plugin for sqlalchemy
hopefully no longer required since using new Mapped types
This commit is contained in:
parent
cce5c307ee
commit
acfa81e3ba
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue