Skip to content

Commit

Permalink
workspace_backup pre-commit run -a
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed May 25, 2022
1 parent d24018a commit dcbdbb1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/workspace_backup/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ repos:
always_run: true
verbose: true

files: ^src/components/workspace_backup/
files: ^src/components/workspace_backup/
1 change: 0 additions & 1 deletion src/components/workspace_backup/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import aws_cdk as cdk
from aws_cdk import Aspects
from cdk_nag import AwsSolutionsChecks

from src.workspace_backup_infrastructure_stack import WorkspaceBackupInfrastructureStack

app = cdk.App()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import aws_cdk as cdk
import pytest
from aws_cdk.assertions import Match, Template

from src.workspace_backup_infrastructure_stack import WorkspaceBackupInfrastructureStack

CONTEXT = {
Expand Down

0 comments on commit dcbdbb1

Please sign in to comment.