Skip to content

Commit

Permalink
More pre-commit checks (#2132)
Browse files Browse the repository at this point in the history
* More pre-commit checks

* Update .pre-commit-config.yaml
  • Loading branch information
sobolevn authored May 7, 2024
1 parent 3c7a4a7 commit cdc7efd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-yaml
- id: trailing-whitespace
- id: check-executables-have-shebangs
- id: debug-statements
- id: check-merge-conflict
- id: end-of-file-fixer
- id: check-yaml
- id: check-toml
- id: check-merge-conflict
- id: mixed-line-ending
args: [--fix=lf]
- id: check-case-conflict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
hooks:
Expand Down

0 comments on commit cdc7efd

Please sign in to comment.