mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Skip pip-compile in pre-commit CI checks
This commit is contained in:
parent
66299cb482
commit
d1418ce7ce
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
exclude: \.min\.(js|css)(\.map)?$|^\.idea/
|
||||
ci:
|
||||
skip: [pip-compile]
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
|
|
Loading…
Reference in a new issue