Skip to content

Commit

Permalink
Update versions in .pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ffl096 committed Oct 18, 2024
1 parent 9a6d427 commit 61639ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: fix-byte-order-marker
- id: check-case-conflict
Expand All @@ -15,7 +15,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.7.0
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -24,23 +24,23 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/adamchainz/blacken-docs
rev: "1.16.0"
rev: 1.19.0
hooks:
- id: blacken-docs
additional_dependencies: [black==24.*]

- repo: https://github.com/numpy/numpydoc
rev: v1.7.0
rev: v1.8.0
hooks:
- id: numpydoc-validation

- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.3.3"
rev: v3.3.3
hooks:
- id: prettier

- repo: https://github.com/pre-commit/pygrep-hooks
rev: "v1.10.0"
rev: v1.10.0
hooks:
- id: rst-backticks
- id: rst-directive-colons
Expand Down

0 comments on commit 61639ec

Please sign in to comment.