remove pydocstring version lock and disable droneci manager

This commit is contained in:
Robert Kaussow 2020-11-12 20:49:24 +01:00
parent e974171bba
commit 6a78f32fe7
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,9 @@
pydocstyle<4.0.0
pydocstyle
flake8
flake8-colors
flake8-blind-except
flake8-builtins
flake8-docstrings<=3.0.0
flake8-docstrings
flake8-isort
flake8-logging-format
flake8-polyfill

View File

@ -1,5 +1,6 @@
{
"extends": [
"config:base"
]
"extends": ["config:base"],
"droneci": {
"enabled": false
}
}