Skip to content

Commit

Permalink
improve pre-commit (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz authored Dec 22, 2024
1 parent f525aa4 commit 35c4e14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: no-commit-to-branch
args: [--branch, main]
- id: debug-statements
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-toml
- id: check-yaml
- id: check-added-large-files
exclude: ^docs/source/notebooks/

0 comments on commit 35c4e14

Please sign in to comment.