summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Fregtman <941331+darkvertex@users.noreply.github.com>2021-07-26 10:55:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-09-04 11:43:24 -0400
commita76a548d0f25947d2594d36b784d029a6ada977f (patch)
tree3feb94539a5a46882774f68d9b642b375baf3ae4
parent719a7ced8a1713b7fe94d842a8f6fec7425b8a0a (diff)
downloadpytest-runner-a76a548d0f25947d2594d36b784d029a6ada977f.tar.gz
.editorconfig: Set max_line_length to 88 for Python files.
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 6385b57..b8aeea1 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,6 +9,7 @@ end_of_line = lf
[*.py]
indent_style = space
+max_line_length = 88
[*.{yml,yaml}]
indent_style = space