Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.4...v0.8.6)
- [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
- [github.com/rhysd/actionlint: v1.7.4 → v1.7.6](rhysd/actionlint@v1.7.4...v1.7.6)
  • Loading branch information
pre-commit-ci[bot] authored and lkeegan committed Feb 19, 2025
1 parent 72e9937 commit 8260793
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.6
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -32,13 +32,13 @@ repos:
- "prettier-plugin-toml"

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows
- id: check-readthedocs

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies: [numpy, PyQt5-stubs, types-requests]
Expand All @@ -51,7 +51,7 @@ repos:
]

- repo: https://github.com/rhysd/actionlint
rev: "v1.7.4"
rev: "v1.7.6"
hooks:
- id: actionlint

Expand Down
4 changes: 1 addition & 3 deletions docs/notebooks/area_calculation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,7 @@
" f\"area plot for Trial {trial}, Rep {rep} [Condition {condition}]\"\n",
" )\n",
" print(\"---------------------------------------------\")\n",
" print(\n",
" \"area of Trial %d, Rep %d [Condition %s]\" % (trial, rep, condition)\n",
" )\n",
" print(f\"area of Trial {trial}, Rep {rep} [Condition {condition}]\")\n",
" for (\n",
" to_target_mouse_positions,\n",
" to_center_mouse_positions,\n",
Expand Down

0 comments on commit 8260793

Please sign in to comment.