Skip to content

Commit

Permalink
Upgrade cfn-lint to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha committed May 15, 2019
1 parent 7234dcd commit 3bd0fd3
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ repos:
- [email protected]
- [email protected]
- repo: https://github.com/awslabs/cfn-python-lint
rev: v0.20.1
rev: v0.20.2
hooks:
- id: cfn-python-lint
files: cloudformation/.*\.(json|yml|yaml)$
Expand Down
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ django-ratelimit = "*"
python-memcached = "*"
django-tabular-export = "*"
pylibmc = "*"
cfn-lint = "*"
django-celery-beat = "*"
django-passwords = "*"
kombu = "~=4.5"
Expand All @@ -50,7 +49,6 @@ django-debug-toolbar = "*"
coverage = "*"
pre-commit = "*"
pylint = "*"
cfn-lint = "*"
pylint-django = "*"
pylint-celery = "*"
flake8-eradicate = "*"
Expand All @@ -59,6 +57,7 @@ flake8-logging-format = "*"
flake8-builtins = "*"
flake8-assertive = "*"
flake8-bugbear = "*"
cfn-lint = "*"

[requires]
python_version = "3.7"
157 changes: 53 additions & 104 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bd0fd3

Please sign in to comment.