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

Added python toolbox #292

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

MarleneKress79789
Copy link
Collaborator

@MarleneKress79789 MarleneKress79789 commented Feb 13, 2025

All Submissions:

fixes #201

  • Is the title of the Pull Request correct?
  • Is the title of the corresponding issue correct?
  • Have you updated the changelog?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Are you mentioning the issue which this PullRequest fixes ("Fixes...")
  • Before you merge don't forget to run tests in AWS CodeBuild, by adding [CodeBuild] to the commit message

@MarleneKress79789 MarleneKress79789 changed the title Refactoring/201 add python toolbox Added python toolbox Feb 14, 2025
name: Fast
uses: ./.github/workflows/checks.yml

#slow-checks:
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's a good idea to leave this code here and comment it out. At some point, we may move the integration tests to a GitHub large runner. I would add a comment about this here.


# Define the minimum linting score considered acceptable
[tool.pylint.master]
fail-under = 4.0
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not very ambitious :)

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.

Integrate Python Toolbox
2 participants