Skip to content

Commit

Permalink
Ignore remaining ruff issues (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Nov 25, 2024
1 parent d9cdb50 commit f6c3cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aslprep/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ extend-select = [
"Q",
]
ignore = [
"UP031", # TODO: Fix these
"S311", # We are not using random for cryptographic purposes
"ISC001",
"S603",
Expand Down

0 comments on commit f6c3cff

Please sign in to comment.