Skip to content

Commit

Permalink
Fix isort false flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sansmoraxz committed May 27, 2023
1 parent e838f3d commit 3e007be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[tool.ruff]
extend = "../pyproject.toml"
ignore = ["S101"]
src = ["../"]
3 changes: 2 additions & 1 deletion tests/test_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
import boto3
import botocore
import numpy as np
from lamb2numb.lambda_handler import lambda_handler
from moto import mock_s3, mock_sqs

from lamb2numb.lambda_handler import lambda_handler

BUCKET_NAME = 'aws-test-bucket-us-esat-145-234'
FILE_NAME = 'my-array.npy'
ARR_SIZE = 1E2
Expand Down

0 comments on commit 3e007be

Please sign in to comment.