Skip to content

Commit

Permalink
Merge pull request #348 from DimitriPapadopoulos/pre-commit
Browse files Browse the repository at this point in the history
Improve pre-commit configuration
  • Loading branch information
FrancescAlted authored Dec 12, 2024
2 parents 13bbb72 + 89dd4ad commit 2cf8850
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
exclude: ^doc/reference/autofiles/
ci:
autoupdate_commit_msg: "Update pre-commit hooks"
autoupdate_schedule: "monthly"
autofix_commit_msg: "Apply pre-commit fixes"
autofix_prs: false
default_stages: [pre-commit, pre-push]
default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
Expand Down

0 comments on commit 2cf8850

Please sign in to comment.