Skip to content

Commit

Permalink
Merge pull request #211 from lachmanfrantisek/skip-ansible-lint-in-ci
Browse files Browse the repository at this point in the history
Skip ansible-lint in pre-commit.ci since it is too huge

With ansible-lint pre-commit.ci does not work at all.
We still have zuul to run the whole suite.

Signed-off-by: Frantisek Lachman flachman@redhat.com

Reviewed-by: Jiri Popelka <None>
  • Loading branch information
softwarefactory-project-zuul[bot] committed May 27, 2021
2 parents 70a9d7c + 8e950eb commit 0ddba51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -28,3 +28,7 @@ repos:
rev: 21.5b1
hooks:
- id: black

ci:
# The project is too huge for pre-commit.ci
skip: [ansible-lint]

0 comments on commit 0ddba51

Please sign in to comment.