Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 4, 2024
1 parent fd08410 commit 751ab6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ doc = [
]
# Dependencies for using all mne_bids features
full = [
"defusedxml", # For reading EGI MFF data and BrainVision montages
"defusedxml", # For reading EGI MFF data and BrainVision montages
"edfio >= 0.2.1",
"EDFlib-Python >= 1.0.6", # XXX: drop once mne <1.7 is no longer supported
"EDFlib-Python >= 1.0.6", # XXX: drop once mne <1.7 is no longer supported
"eeglabio >= 0.0.2",
"matplotlib >= 3.5.0",
"nibabel >= 3.2.1",
Expand Down Expand Up @@ -102,7 +102,7 @@ exclude = [
]

[tool.hatch.metadata]
allow-direct-references = true # allow specifying URLs in our dependencies
allow-direct-references = true # allow specifying URLs in our dependencies

[tool.hatch.version]
raw-options = {version_scheme = "release-branch-semver"}
Expand Down

0 comments on commit 751ab6e

Please sign in to comment.