Skip to content

Commit

Permalink
⬆️ Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Nov 5, 2024
1 parent 53b0c4b commit 22d46bc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,11 +15,11 @@ repos:
types: [file] # override `types: [json]`
files: \.(json|ipynb)$
- repo: https://github.com/psf/black
rev: "24.8.0"
rev: "24.10.0"
hooks:
- id: black
- repo: https://github.com/asottile/reorder-python-imports
rev: "v3.13.0"
rev: "v3.14.0"
hooks:
- id: reorder-python-imports
- repo: https://github.com/pycqa/flake8
Expand All @@ -28,8 +28,7 @@ repos:
- id: flake8
language_version: python3
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.9.1
rev: v1.0.0
hooks:
- id: sphinx-lint
args: [--jobs=1]
types: [rst]

0 comments on commit 22d46bc

Please sign in to comment.