Skip to content

Commit 217e29f

Browse files
chore: pre-commit
1 parent c450f30 commit 217e29f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ repos:
1212
- id: check-yaml
1313
- id: check-added-large-files
1414
- id: check-toml
15-
- id: check-json
15+
- id: check-json

cog.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ authors = [{ username = "containerscrew", signature = "dcrookie" }]
2323

2424
[bump_profiles]
2525

26-
[packages]
26+
[packages]

src/cloudsnake/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ def entrypoint(
7979
tui=tui,
8080
)
8181

82-
logger.debug("Context initialized successfully")
82+
logger.debug("Context initialized successfully")

src/cloudsnake/sdk/boto3_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def with_sts_assume_role_session(self, role_arn: str) -> boto3.Session:
5454
)
5555

5656
self.log.debug("AssumeRole session created successfully")
57-
return assumed
57+
return assumed

0 commit comments

Comments
 (0)