Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #476

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# Ruff mne
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.7.4
hooks:
- id: ruff
name: ruff lint expyfun
Expand Down
1 change: 1 addition & 0 deletions environment_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-timeout
- flaky
- pillow
- joblib
- ffmpeg<6
Expand Down
2 changes: 1 addition & 1 deletion expyfun/tests/test_experiment_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def test_degenerate():
)


@pytest.mark.timeout(120)
@pytest.mark.timeout(180)
def test_ec(ac, hide_window, monkeypatch):
"""Test EC methods."""
if ac == "tdt":
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ filterwarnings = '''
ignore:`product` is deprecated as of NumPy.*:DeprecationWarning
ignore:Invalid dash-separated options.*:
ignore:__array__ implementation doesn.*:DeprecationWarning
always:Exception in thread .*:pytest.PytestUnhandledThreadExceptionWarning
always:.*Exception ignored in.*__del__.*:
'''

Expand Down
Loading