Move linters to base dir.

This commit is contained in:
Joseph Hanson 2023-09-23 10:48:56 -05:00
parent aaa66afac0
commit efd9102729
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
4 changed files with 2 additions and 4 deletions

View file

@ -1,2 +0,0 @@
[flake8]
max-line-length = 120

View file

@ -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