Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump black from 22.6.0 to 24.3.0 #142

Merged
merged 2 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/i18n.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""i18n handling
"""

import contextlib
import contextvars
import gettext
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ openfoodfacts==0.1.5
prometheus-fastapi-instrumentator==6.1.0

# dev
black==22.6.0
black==24.3.0
pytest==7.4.0
pytest-mock==3.11.1
pytest-asyncio==0.21.1
Expand Down
1 change: 1 addition & 0 deletions tests/test_dataquality_kp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""seperate file for tests of dataquality_kp"""

import aiohttp
import pytest

Expand Down
1 change: 1 addition & 0 deletions tests/test_hunger_game_kp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""separate file for tests of hungergame_kp"""

import pytest

from app.i18n import active_translation
Expand Down
1 change: 1 addition & 0 deletions tests/test_lastedits_kp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""separate file for tests of lastedits_kp"""

import aiohttp
import pytest

Expand Down
1 change: 1 addition & 0 deletions tests/test_wikidata_kp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""separate file for tests of wikidata_kp"""

import aiohttp
import pytest
import wikidata.client
Expand Down
Loading