Skip to content

Commit d147b69

Browse files
committed
fix: linting and stubs
1 parent c7ce580 commit d147b69

File tree

3 files changed

+54
-1
lines changed

3 files changed

+54
-1
lines changed

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ boto3 = "==1.34.162"
2929

3030
[dev-packages]
3131
codeforlife = {version = "==0.22.12", extras = ["dev"]}
32+
boto3-stubs = {version = "==1.35.71", extras = ["ec2", "s3"]}
3233
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
3334
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.
3435

Pipfile.lock

+51-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.py

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363

6464
# TODO: delete this
6565

66+
# pylint: disable-all
67+
6668
import json
6769

6870
import boto3

0 commit comments

Comments
 (0)