Skip to content

Commit

Permalink
Fix style issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 22, 2024
1 parent d113e41 commit 9d715a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ ignore = [
"S602", # TODO: Fix these
"E402", # TODO: Fix these
"UP028", # TODO: Fix these
"UP031", # TODO: Fix these
"BLE001", # TODO: Fix these
]

Expand Down
2 changes: 1 addition & 1 deletion qsiprep/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
# Just get so analytics track one hit
from contextlib import suppress

from requests import ConnectionError, ReadTimeout
from requests import ConnectionError, ReadTimeout # noqa: A004
from requests import get as _get_url

with suppress((ConnectionError, ReadTimeout)):
Expand Down

0 comments on commit 9d715a3

Please sign in to comment.