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.2 → v0.9.4](astral-sh/ruff-pre-commit@v0.7.2...v0.9.4)
- [github.com/kynan/nbstripout: 0.8.0 → 0.8.1](kynan/nbstripout@0.8.0...0.8.1)
- [github.com/executablebooks/mdformat: 0.7.18 → 0.7.22](hukkin/mdformat@0.7.18...0.7.22)
- [github.com/executablebooks/mdformat: 0.7.18 → 0.7.22](hukkin/mdformat@0.7.18...0.7.22)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 33ef921 commit 6c2e268
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.9.4
hooks:
# Run the linter.
- id: ruff
Expand All @@ -57,14 +57,14 @@ repos:
- python
- jupyter
- repo: https://github.com/kynan/nbstripout
rev: 0.8.0
rev: 0.8.1
hooks:
- id: nbstripout
args:
- --extra-keys
- metadata.kernelspec metadata.language_info.version metadata.vscode
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.22
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -75,7 +75,7 @@ repos:
- '88'
files: (README\.md)
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.22
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -86,7 +86,7 @@ repos:
- '88'
files: (docs/.|CHANGES.md|CODE_OF_CONDUCT.md)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
args:
Expand Down

0 comments on commit 6c2e268

Please sign in to comment.