You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
396 B
17 lines
396 B
2 years ago
|
repos:
|
||
|
- repo: https://github.com/PyCQA/flake8
|
||
|
rev: 3.9.2
|
||
|
hooks:
|
||
|
- id: flake8
|
||
|
additional_dependencies: [flake8-typing-imports==1.10.0,flake8-quotes==3.2.0]
|
||
|
|
||
|
- repo: https://github.com/jorisroovers/gitlint
|
||
|
rev: v0.15.1
|
||
|
hooks:
|
||
|
- id: gitlint
|
||
|
|
||
|
- repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs
|
||
|
rev: v1.1.1
|
||
|
hooks:
|
||
|
- id: dockerfile_lint
|