Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add devcontainer #17

Merged
merged 3 commits into from
Jun 16, 2024
Merged

Feature/add devcontainer #17

merged 3 commits into from
Jun 16, 2024

Conversation

yazdipour
Copy link
Owner

@yazdipour yazdipour commented Jun 16, 2024

Summary by Sourcery

This pull request introduces a development container setup for the project, including a configuration file for VS Code with necessary extensions and a Dependabot configuration to manage dependency updates.

  • New Features:
    • Added a development container configuration with Python 3.9 and essential VS Code extensions for Python development.
  • Build:
    • Introduced a Dependabot configuration to automate dependency updates for devcontainers and pip packages on a monthly schedule.

Copy link
Contributor

sourcery-ai bot commented Jun 16, 2024

Reviewer's Guide by Sourcery

This pull request introduces a development container setup using a devcontainer.json file and automates dependency management with a Dependabot configuration. The devcontainer.json file configures a Python 3.9 environment with necessary VSCode extensions and post-create commands to set up the development environment. The dependabot.yml file schedules monthly updates for devcontainer and pip dependencies.

File-Level Changes

Files Changes
.devcontainer/devcontainer.json
.github/dependabot.yml
Introduced a development container setup and automated dependency management for the project.

Tips
  • Trigger a new Sourcery review by commenting @sourcery-ai review on the pull request.
  • You can change your review settings at any time by accessing your dashboard:
    • Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
    • Change the review language;
  • You can always contact us if you have any questions or feedback.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @yazdipour - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟡 Security: 1 issue found
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

.github/dependabot.yml Outdated Show resolved Hide resolved
monthly to weekly

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
@yazdipour yazdipour merged commit c8ad459 into main Jun 16, 2024
5 checks passed
@yazdipour yazdipour deleted the feature/add-devcontainer branch June 16, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant