Skip to content

Commit

Permalink
chore: ruff PT rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 14, 2024
1 parent 6d435a4 commit d50d551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from extension_explorer.views import app as flask_app


@pytest.fixture()
@pytest.fixture
def app():
return flask_app
2 changes: 1 addition & 1 deletion extension_explorer/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class Configuration(metaclass=MetaFlaskEnv):
ENV_PREFIX = 'FLASK_'
FREEZER_IGNORE_404_NOT_FOUND = True
FREEZER_STATIC_IGNORE = ['*.scss', 'LICENSE']
FREEZER_STATIC_IGNORE = ('*.scss', 'LICENSE')


def get_locale():
Expand Down

0 comments on commit d50d551

Please sign in to comment.