Skip to content

Commit e8b1e34

Browse files
committed
ignore long line
1 parent ec86a53 commit e8b1e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
with open("version", "r") as fh:
1616
version = fh.read()
1717

18-
with open(path.join(getcwd(), 'src', PACKAGE_DIR_NAME, '__init__.py'), "w") as fh:
18+
with open(path.join(getcwd(), 'src', PACKAGE_DIR_NAME, '__init__.py'), "w") as fh: # noqa: E501
1919
fh.write(f"__version__ = '{version}'\n")
2020

2121
setup(

0 commit comments

Comments
 (0)