Skip to content

Commit 553e0bc

Browse files
committed
ignore pytest ruff incompatibility
1 parent 6374351 commit 553e0bc

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ ignore = [
145145
inline-quotes = "single"
146146

147147
[tool.ruff.lint.extend-per-file-ignores]
148-
"*/test_*.py" = ["S101"]
148+
"*/test_*.py" = ["S101", "F811"]
149149
"docs/conf.py" = ["A001"]
150150
"docs/source/conf.py" = ["A001"]
151151
"docs/sphinxext/github_link.py" = ["BLE001"]

tests/test_babs_check_setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
)
1717
from get_data import ( # noqa
1818
get_input_data,
19+
container_ds_path,
1920
where_now,
21+
if_circleci,
2022
get_container_config_yaml_filename,
2123
__location__,
2224
INFO_2ND_INPUT_DATA,

tests/test_babs_init.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
)
1717
from get_data import ( # noqa
1818
get_input_data,
19+
container_ds_path,
1920
where_now,
21+
if_circleci,
2022
get_container_config_yaml_filename,
2123
__location__,
2224
INFO_2ND_INPUT_DATA,

0 commit comments

Comments
 (0)