Skip to content

Commit

Permalink
Merge branch 'main' into pfackeldey/feat_add_unsafe_zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna authored Jan 31, 2025
2 parents 143214b + b3c0021 commit 034ef50
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 @@ -27,14 +27,14 @@ repos:
additional_dependencies: [pyyaml]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.3
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- id: ruff-format

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args: ["-L", "ue,subjet,parms,fo,numer,thre,nin,nout"]
Expand Down

0 comments on commit 034ef50

Please sign in to comment.