Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#168)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.13...v0.1.14)

* ignore deprecation warning

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Mathieu Scheltienne <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and mscheltienne authored Jan 23, 2024
1 parent f4b6d30 commit 42397df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
files: mne_icalabel

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.13
rev: v0.1.14
hooks:
- id: ruff
name: ruff linter
Expand Down
2 changes: 2 additions & 0 deletions mne_icalabel/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ def pytest_configure(config):
# Until MNE 1.6 is the minimum supported version
# c.f. https://github.com/mne-tools/mne-python/pull/12143
ignore:Setting non-standard config type.*:RuntimeWarning
# pandas 3.0 will require pyarrow
ignore:\n*Pyarrow will become a required dependency of pandas.*:DeprecationWarning
"""
for warning_line in warnings_lines.split("\n"):
warning_line = warning_line.strip()
Expand Down

0 comments on commit 42397df

Please sign in to comment.