Skip to content

Commit

Permalink
Newlines on files
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Sep 11, 2023
1 parent a3f9aee commit 995e6ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Check formatting with black
run: black . --check --verbose
- name: Run tests with pytest
run: python3 -m pytest
run: python3 -m pytest
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
.azure
.pyc
__pycache__/
.coverage
.coverage
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ addopts = "-ra --cov"
pythonpath = ["src"]

[tool.coverage.report]
show_missing = true
show_missing = true

0 comments on commit 995e6ad

Please sign in to comment.