Skip to content

Commit

Permalink
msic
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Oct 8, 2024
1 parent 78c9a83 commit 837c89c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/schemacode/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
dependencies = [
"click",
"pyyaml",
"importlib_resources; python_version < '3.9'",
"jsonschema"
]
description = " Python tools for working with the BIDS schema."
Expand Down Expand Up @@ -49,7 +48,7 @@ tests = [
"flake8",
"flake8-black",
"flake8-isort",
"pytest",
"pytest>6",
"pytest-cov"
]

Expand Down Expand Up @@ -90,7 +89,7 @@ multi_line_output = 3
profile = "black"

[tool.pytest.ini_options]
addopts = "-ra --strict-markers"
addopts = "-ra --strict-markers --strict-config"
log_cli = true
log_cli_level = "INFO"
markers = [
Expand Down

0 comments on commit 837c89c

Please sign in to comment.