Skip to content

Commit

Permalink
Newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Aug 4, 2024
1 parent 783255b commit 0f60b88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: weekly
2 changes: 1 addition & 1 deletion .github/funding.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom: paypal.me/nineteendo
custom: paypal.me/nineteendo
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Install test dependencies
run: pip install -r .github/workflows/requirements.txt
- name: Test with pytest
run: pytest -x --runxfail
run: pytest -x --runxfail
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def loads(data,
strict=True,
version=2, # 1 -> latin_1
): ...
```
```
2 changes: 1 addition & 1 deletion src/jsonyx/py.typed
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Marker file for PEP 561.
# The jsonyx package uses inline types.
# The jsonyx package uses inline types.

0 comments on commit 0f60b88

Please sign in to comment.