Skip to content

Commit

Permalink
ci: pre-commit autoupdate (#479)
Browse files Browse the repository at this point in the history
updates:
- [github.com/kynan/nbstripout: 0.7.1 β†’ 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 β†’ v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.9 β†’ v0.8.2](astral-sh/ruff-pre-commit@v0.4.9...v0.8.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 10, 2024
1 parent 037e69a commit b556f33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ ci:
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.1
hooks:
- id: nbstripout
# - repo: https://github.com/cmhughes/latexindent.pl.git
# rev: V3.19.1
# hooks:
# - id: latexindent
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand All @@ -44,7 +44,7 @@ repos:
# # Similar to: https://stackoverflow.com/a/73603491/5755604
# additional_dependencies: ['types-PyYAML']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.8.2
hooks:
- id: ruff
args:
Expand Down

0 comments on commit b556f33

Please sign in to comment.