Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#320)
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: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and autofix-ci[bot] authored Dec 23, 2024
1 parent eef887c commit 0763736
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.8.4
hooks:
- id: ruff
- id: ruff-format
Expand Down
8 changes: 4 additions & 4 deletions recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,15 @@ specs:
- termcolor =2.5.0
- defusedxml =0.7.1
# Development
- gh =2.63.2
- gh =2.64.0
- setuptools_scm =8.1.0
- pytest =8.3.4
- pytest-cov =6.0.0
- pytest-qt =4.4.0
- pytest-timeout =2.3.1
- pre-commit =4.0.1
- ruff =0.8.3
- uv =0.5.10
- ruff =0.8.4
- uv =0.5.11
- check-manifest =0.50
- codespell =2.3.0
- py-spy =0.4.0
Expand All @@ -196,7 +196,7 @@ specs:
- twine =6.0.1
- hatchling =1.27.0
- hatch-vcs =0.4.0
- mypy =1.13.0
- mypy =1.14.0
- towncrier =23.11.0 # allow_outdated, 24.7.1 doesn't work with sphinxcontrib-towncrier
- vulture =2.14
# Doc building
Expand Down

0 comments on commit 0763736

Please sign in to comment.