Skip to content

Commit

Permalink
fix: linting and stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 29, 2024
1 parent c7ce580 commit d147b69
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ boto3 = "==1.34.162"

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

Expand Down
52 changes: 51 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@

# TODO: delete this

# pylint: disable-all

import json

import boto3
Expand Down

0 comments on commit d147b69

Please sign in to comment.