Skip to content

Commit 7c49a5c

Browse files
stankudrowTinche
authored andcommitted
add final newlines
1 parent 446d44b commit 7c49a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ lint: format
1414
pdm run ruff check --fix $(DIRS)
1515

1616
test:
17-
pdm run pytest -x --ff $(TEST_DIR)
17+
pdm run pytest -x --ff $(TEST_DIR)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ fixable = [
155155
"S",
156156
"SIM",
157157
"T20"
158-
]
158+
]

0 commit comments

Comments
 (0)