Skip to content

Commit bf9def4

Browse files
authored
Apply suggestions from code review (missing new lines)
1 parent e25eb4e commit bf9def4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
exclude = build|setup.py
33

44
[mypy-yaml.*]
5-
ignore_missing_imports = True
5+
ignore_missing_imports = True

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ pythonpath = [
1111
]
1212

1313
[tool.coverage.report]
14-
skip_empty = true
14+
skip_empty = true

Diff for: pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
pythonpath = src/ .
33
log_cli = true
44
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
5-
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
5+
log_cli_date_format = "%Y-%m-%d %H:%M:%S"

0 commit comments

Comments
 (0)