mirror of https://github.com/astral-sh/ruff
Add pre-commit hook to check for merge conflicts (#17279)
This commit is contained in:
parent
10e44124e6
commit
06ffeb2e09
|
|
@ -18,6 +18,11 @@ exclude: |
|
|||
)$
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: check-merge-conflict
|
||||
|
||||
- repo: https://github.com/abravalheri/validate-pyproject
|
||||
rev: v0.24.1
|
||||
hooks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue