Minor linting improvements
I have now disabled W1203 globally, see comment in pyproject.toml
This commit is contained in:
parent
90f5a755b1
commit
a2ba95c1d3
4 changed files with 11 additions and 7 deletions
5
setup.py
5
setup.py
|
|
@ -6,10 +6,11 @@ https://packaging.python.org/guides/distributing-packages-using-setuptools/
|
|||
|
||||
"""
|
||||
|
||||
# the following imports, from the guide above, prefer `setuptools` to `distutils`
|
||||
from setuptools import setup, find_packages
|
||||
from os import path
|
||||
|
||||
# the following imports, from the guide above, prefer `setuptools` to `distutils`
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
here = path.abspath(path.dirname(__file__))
|
||||
|
||||
# Get the long description from the README file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue