Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ repos:
rev: v2.0.0
hooks:
- id: flake8
- repo: https://github.com/adrienverge/yamllint
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would agree with @Shrews and remove this file altogether since it is not used

rev: v1.27.1
hooks:
- id: yamllint
args:
- --strict
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ commands = pytest {posargs}
[testenv:linters]
description = Run code linters
basepython = python3.8
deps =
pre-commit
commands=
flake8 --version
flake8 docs ansible_runner test
yamllint --version
yamllint -s .
pre-commit run -a

[testenv:unit{,-py38,-py39,-py310}]
description = Run unit tests
Expand Down