diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-04-03 14:17:55 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2021-04-03 14:30:38 -0700 |
| commit | 0e3806b25e598faf28b75df5314eaac79a38afa8 (patch) | |
| tree | f3775a45ab1802ef0ad6bdd36c1ce24ee6c7ff29 /.pre-commit-config.yaml | |
| parent | e0116d8e77fb04acc62095734ec49e779f24ee54 (diff) | |
| download | flake8-github_actions.tar.gz | |
enable github actionsgithub_actions
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ab32ea..eb4ff62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 hooks: + - id: check-yaml - id: debug-statements exclude: ^tests/fixtures/example-code/invalid-syntax.py$ - id: end-of-file-fixer |
