Move linters to base dir.
This commit is contained in:
parent
aaa66afac0
commit
efd9102729
4 changed files with 2 additions and 4 deletions
2
.github/linters/.flake8
vendored
2
.github/linters/.flake8
vendored
|
@ -1,2 +0,0 @@
|
|||
[flake8]
|
||||
max-line-length = 120
|
|
@ -14,7 +14,7 @@ repos:
|
|||
- id: yamllint
|
||||
args:
|
||||
- -c
|
||||
- ".github/linters/.yamllint.yaml"
|
||||
- ".yamllint.yaml"
|
||||
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
|
@ -29,7 +29,7 @@ repos:
|
|||
- id: check-executables-have-shebangs
|
||||
|
||||
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
||||
rev: v1.5.3
|
||||
rev: v1.5.4
|
||||
hooks:
|
||||
- id: forbid-crlf
|
||||
- id: forbid-tabs
|
||||
|
|
Reference in a new issue