Skip to content

Commit

Permalink
chore: update pre-commit hooks (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored May 28, 2024
1 parent d145470 commit 3b26eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.4.5
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -41,7 +41,7 @@ repos:
additional_dependencies: ["numpy~=1.26.0", "matplotlib>=3.4", "boost-histogram~=1.4.0", "uhi~=0.3.1", "pandas-stubs>=2.0.1.230501"]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: ["-Lhist,gaus,nd"]
Expand Down

0 comments on commit 3b26eb7

Please sign in to comment.