Skip to content

Commit

Permalink
+ Add .vscode to .gitignore #2291
Browse files Browse the repository at this point in the history
  • Loading branch information
shoaib-mohd committed Aug 23, 2023
1 parent 0489925 commit 3720da8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ extend-exclude=checkouts,lol*
exclude =
# gRCP generated files
grpc_test_service_pb2.py
grpc_test_service_pb2_grpc.py
grpc_test_service_pb2_grpc.py
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ contact_links:
- name: Support Request
url: https://sentry.io/support
about: Use our dedicated support channel for paid accounts.

2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ updates:
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
schedule:
interval: weekly
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
3 changes: 2 additions & 1 deletion scripts/build_aws_lambda_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ def zip(self):

shutil.copy(
os.path.join(self.base_dir, self.out_zip_filename),
os.path.abspath(DIST_PATH)
os.path.abspath(DIST_PATH),
)


def build_packaged_zip():
with tempfile.TemporaryDirectory() as base_dir:
layer_builder = LayerBuilder(base_dir)
Expand Down
1 change: 0 additions & 1 deletion scripts/init_serverless_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import sentry_sdk
from sentry_sdk._types import TYPE_CHECKING
from sentry_sdk.utils import Dsn
from sentry_sdk.integrations.aws_lambda import AwsLambdaIntegration

if TYPE_CHECKING:
Expand Down

0 comments on commit 3720da8

Please sign in to comment.