diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2a0bf29a..34d539557 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ repos: - repo: https://github.com/asottile/reorder_python_imports - rev: v3.1.0 + rev: v3.12.0 hooks: - id: reorder-python-imports - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - id: check-yaml - id: debug-statements - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 3.9.2 + rev: 6.1.0 hooks: - id: flake8 diff --git a/cloudwash/providers/aws.py b/cloudwash/providers/aws.py index 89579050a..77ac5b6ce 100644 --- a/cloudwash/providers/aws.py +++ b/cloudwash/providers/aws.py @@ -8,7 +8,6 @@ def cleanup(**kwargs): - is_dry_run = kwargs["dry_run"] data = ['VMS', 'NICS', 'DISCS', 'PIPS', 'RESOURCES', 'STACKS'] regions = settings.aws.auth.regions