Skip to content

Commit c8dc7a0

Browse files
committed
Add last empty lines to files
1 parent 87f1cc3 commit c8dc7a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: uvx ruff check
3030

3131
- name: Check formatting
32-
run: uvx ruff check --select E --ignore "E402,E501" --fix
32+
run: uvx ruff check --select E --ignore "E402,E501" --fix

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.idea
22
.venv
3-
.coverage
3+
.coverage

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Automatically format code:
1010

1111
```bash
1212
uvx ruff format
13-
```
13+
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ erDiagram
9797
`CasesToAnnos` table.
9898
5. Create report about the coverage of the requirements by the test cases:
9999
- By running your SQL queries in `requirements.db` SQLite database.
100-
- Or by running `report.py` script.
100+
- Or by running `report.py` script.

0 commit comments

Comments
 (0)