mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +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/
|
exclude: \.min\.(js|css)(\.map)?$|^\.idea/
|
||||||
|
ci:
|
||||||
|
skip: [pip-compile]
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.4.0
|
rev: v4.4.0
|
||||||
|
|
Loading…
Reference in a new issue