Remove pylint from the project
This commit is contained in:
parent
100fac659a
commit
9196c88ed4
25 changed files with 9 additions and 172 deletions
|
|
@ -5,7 +5,7 @@ import urban_meal_delivery as umd
|
|||
|
||||
project = umd.__pkg_name__
|
||||
author = umd.__author__
|
||||
copyright = f'2020, {author}' # pylint:disable=redefined-builtin
|
||||
copyright = f'2020, {author}'
|
||||
version = release = umd.__version__
|
||||
|
||||
extensions = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue