Skip to content

Commit 2c6953d

Browse files
authored
Increase allowed max line length to 100 (#635)
1 parent 516b51a commit 2c6953d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

setup.cfg

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
[metadata]
22
long_description = file: README.md
3-
long_description_content_type = text/markdown
3+
long_description_content_type = text/markdown
4+
5+
[flake8]
6+
exclude =
7+
.git,
8+
.asv,
9+
__pycache__,
10+
max-line-length = 100

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
'geopandas',
4545
'shapely',
4646
'spatialpandas',
47-
# Optional for gpu_rtx functions.
47+
# Optional for gpu_rtx functions. Also requires cupy.
4848
"rtxpy",
4949
],
5050
}

0 commit comments

Comments
 (0)