mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
[pre-commit]: pre-commit-hooks 5.0.0, tmt 1.38.0
After the update I ran: `pre-commit run -a`
This commit is contained in:
parent
1be1f5ebdc
commit
260d8e1cdc
4 changed files with 10 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.5.0
|
rev: v5.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-ast
|
- id: check-ast
|
||||||
- id: check-case-conflict
|
- id: check-case-conflict
|
||||||
|
@ -23,7 +23,7 @@ repos:
|
||||||
|
|
||||||
# See https://tmt.readthedocs.io/en/latest/guide.html#checking-data-validity
|
# See https://tmt.readthedocs.io/en/latest/guide.html#checking-data-validity
|
||||||
- repo: https://github.com/teemtee/tmt.git
|
- repo: https://github.com/teemtee/tmt.git
|
||||||
rev: 1.32.2
|
rev: 1.38.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: tmt-lint
|
- id: tmt-lint
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,3 @@ badfuncs:
|
||||||
- gethostbyname
|
- gethostbyname
|
||||||
- gethostbyname2
|
- gethostbyname2
|
||||||
- inet_aton
|
- inet_aton
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue