Skip to content

Commit c9be49b

Browse files
committed
add new lines
1 parent 03e1bca commit c9be49b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ jobs:
9696
- run: pip install mypy==1.5.1
9797
if: ${{ steps.counter.outputs.count > 0 }}
9898
- run: mypy ${{ steps.filter.outputs.python_files }} --follow-imports=silent --ignore-missing-imports
99-
if: ${{ steps.counter.outputs.count > 0 }}
99+
if: ${{ steps.counter.outputs.count > 0 }}

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ select = ["E4", "E7", "E9", "F", "S101"]
66
# Ignore import violations in all init files.
77
"__init__.py" = ["E402"]
88
# Ignore assert checks in all test files.
9-
"**/*test*.py" = ["S101"]
9+
"**/*test*.py" = ["S101"]

0 commit comments

Comments
 (0)