Skip to content

Commit

Permalink
fix ruff style check (#8615)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jun 27, 2024
2 parents d5ec16e + 064208c commit ce9a135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jwst/lib/engdb_direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self, base_url=None, default_format='dict', **service_kwargs):
response.raise_for_status()

@property
def default_format(self):
def default_format(self): # noqa: F811
return self._default_format

@default_format.setter
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ skip_install = true
deps =
ruff
commands =
ruff . {posargs}
ruff check . {posargs}

[testenv:check-security]
description = run bandit to check security compliance
Expand Down

0 comments on commit ce9a135

Please sign in to comment.