Skip to content

Commit

Permalink
Merge pull request Blosc#270 from DimitriPapadopoulos/pre-commit-config
Browse files Browse the repository at this point in the history
Improve pre-commit config file
  • Loading branch information
FrancescAlted authored Sep 26, 2024
2 parents 33ff8db + 4d75d86 commit 69c516b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
ci:
autoupdate_commit_msg: "Update pre-commit hooks"
autofix_commit_msg: "Apply pre-commit fixes"
autofix_prs: false
default_stages: [commit, push]
default_language_version:
python: python3
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.6.7
hooks:
- id: ruff
- id: ruff-format
exclude: blosc2/c-blosc2

0 comments on commit 69c516b

Please sign in to comment.