Skip to content

Commit

Permalink
Merge branch 'master' into feature/pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nden authored Jan 30, 2025
2 parents 0677ff1 + 1c5acaf commit 41e0a05
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 @@ -45,7 +45,7 @@ repos:
# Forbid files which have a UTF-8 Unicode replacement character.

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
args: ["--write-changes"]
Expand All @@ -54,7 +54,7 @@ repos:
exclude: ".*.asdf"

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

0 comments on commit 41e0a05

Please sign in to comment.