Skip to content

Commit

Permalink
MNT: Update pre-commit hooks. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Oct 21, 2024
1 parent a51e974 commit d8f3f6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: check-added-large-files
args: [--maxkb=50000]
Expand Down Expand Up @@ -47,15 +47,15 @@ repos:
- ufmt

- repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.0
hooks:
- id: blacken-docs
name: Autoformat codes in docstrings with blacken-docs
additional_dependencies: [black]
args: [-t, py38, -l, '100']

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff
name: Linting with Ruff
Expand Down Expand Up @@ -89,7 +89,7 @@ repos:
- numpy

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.2.4
rev: 2.4.3
hooks:
- id: pyproject-fmt
name: Apply a consistent format to pyproject.toml
Expand Down

0 comments on commit d8f3f6f

Please sign in to comment.