Skip to content
Snippets Groups Projects
Unverified Commit e2f39415 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #455 from rjeffman/lint_yamllint_only_modified

yamllint: Run yaml linter only on modified files in pre-commit.
parents 3802e494 1ac93cb7
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ repos: ...@@ -12,7 +12,7 @@ repos:
rev: v1.25.0 rev: v1.25.0
hooks: hooks:
- id: yamllint - id: yamllint
args: ['.'] files: \.(yaml|yml)$
- repo: https://gitlab.com/pycqa/flake8 - repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4 rev: 3.8.4
hooks: hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment