Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
ktowen committed Oct 15, 2024
1 parent e41e1be commit 5da392b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
parallel-finished: true
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ venv.bak/

# local only by design
poetry.lock
setup.py
setup.py
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ coverage-html:

.PHONY: reqs
reqs:
poetry export --without-hashes --dev --format requirements.txt > requirements.txt
poetry export --without-hashes --dev --format requirements.txt > requirements.txt
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ Credits
-------

Inspired by (and conceptually forked from)
`django-js-reverse <https://github.com/ierror/django-js-reverse>`_
`django-js-reverse <https://github.com/ierror/django-js-reverse>`_
2 changes: 1 addition & 1 deletion sandbox/myapp/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ msgstr "Bronce"

#: sandbox/tests/test_core.py:16
msgid "b"
msgstr "b"
msgstr "b"
2 changes: 1 addition & 1 deletion sandbox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
# https://docs.djangoproject.com/en/3.1/howto/static-files/

STATIC_URL = "/static/"
STATIC_ROOT = os.path.join(BASE_DIR, "static")
STATIC_ROOT = os.path.join(BASE_DIR, "static")
2 changes: 1 addition & 1 deletion sandbox/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@ def test_same_values_for_different_choices_type(self):
yes_no_d1 = self.get_pairs(json_content, "modeld_yes_no")
yes_no_d2 = self.get_pairs(json_content, "modeld_yes_no_2")
self.assertTrue(yes_no_d1)
self.assertEqual(yes_no_d1, yes_no_d2)
self.assertEqual(yes_no_d1, yes_no_d2)

0 comments on commit 5da392b

Please sign in to comment.