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
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ disable=missing-module-docstring,missing-class-docstring,missing-function-docstr
|
|||
extension-pkg-whitelist=pydantic
|
||||
fail-under=9.5
|
||||
ignored-classes=Column
|
||||
load-plugins=pylint_flask,pylint_flask_sqlalchemy
|
||||
max-line-length=120
|
||||
py-version=3.8
|
||||
suggestion-mode=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue