Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#474)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Larson <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and larsoner authored Nov 5, 2024
1 parent c554035 commit 5c20931
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ concurrency:
on: # yamllint disable-line rule:truthy
push:
branches:
- '*'
- main
pull_request:
branches:
- '*'
- main

jobs:
job:
Expand All @@ -25,7 +25,7 @@ jobs:
- os: ubuntu-22.04
kind: pip
python: '3.12'
# ARM64 will probably need to wait until
# ARM64 will probably need to wait until we transition to Pyglet 2
# - os: 'macos-latest' # arm64
# kind: 'conda'
# python: '3.12'
Expand Down
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.1
rev: v0.7.2
hooks:
- id: ruff
name: ruff lint expyfun
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ addopts = """--durations=20 --doctest-modules -rfEXs --cov-report= --tb=short \
junit_family = "xunit2"
# Set this pretty low to ensure we do not by default add really long tests,
# or make changes that make things a lot slower
timeout = 5
timeout = 10
usefixtures = "matplotlib_config"
# Once SciPy updates not to have non-integer and non-tuple errors (1.2.0) we
# should remove them from here.
Expand Down

0 comments on commit 5c20931

Please sign in to comment.