Skip to content

Commit df2f52b

Browse files
committed
fix formatting
The project has a line length of 100. The standard in black is shorter -> different formatting. We have pre-commit hooks for that
1 parent 2086e84 commit df2f52b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_plugin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,7 @@ def foo():
103103

104104
# Create configuration file for workspace folder 1.
105105
mypy_config = folder1.join("mypy.ini")
106-
mypy_config.write(
107-
"[mypy]\nwarn_unreachable = True\ncheck_untyped_defs = True"
108-
)
106+
mypy_config.write("[mypy]\nwarn_unreachable = True\ncheck_untyped_defs = True")
109107

110108
# Initialize settings for both folders.
111109
plugin.pylsp_settings(ws1._config)

0 commit comments

Comments
 (0)