Skip to content

Commit d3b86ab

Browse files
committed
100 column limit
1 parent ae88f1d commit d3b86ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ install_requires =
2424
toml
2525

2626
[flake8]
27-
max-complexity = 10
28-
max-line-length = 127
27+
max-complexity = 20
28+
max-line-length = 100
2929

3030
[options.entry_points]
3131
pylsp = pylsp_mypy = pylsp_mypy.plugin

0 commit comments

Comments
 (0)