We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1e942 commit ffd3933Copy full SHA for ffd3933
tests/__init__.py
@@ -1,2 +1 @@
1
-"""Tests package for python-lint-plus"""
2
-
+"""Tests package for python-lint-plus."""
tests/test_python_code.py
@@ -9,6 +9,6 @@ def get_name_len(name: str) -> int:
9
10
11
def start():
12
- "Run ... "
+ "Run ..."
13
print(get_name_len("Doyle"))
14
print(uuid.uuid4().hex)
0 commit comments