diff --git a/.yamllint b/.yamllint index 45b68407..2ff8b4b0 100644 --- a/.yamllint +++ b/.yamllint @@ -14,3 +14,5 @@ rules: indentation: spaces: 2 indent-sequences: consistent +ignore: | + .cache diff --git a/setup.cfg b/setup.cfg index 29c924b8..12b98d34 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,4 @@ [flake8] max-line-length = 160 ignore = W503,E402 +exclude = .cache