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

Update CI #5

Merged
merged 2 commits into from
Mar 15, 2024
Merged

Update CI #5

merged 2 commits into from
Mar 15, 2024

Conversation

dmulcahey
Copy link
Contributor

This pull request includes changes to the Continuous Integration (CI) configuration, addition of MyPy configuration, and an update to the Pylint configuration in the project. The most significant changes involve modifying the CI workflow to use the main branch, adding a comprehensive MyPy configuration for static type checking, and updating the maximum line length in the Pylint configuration.

CI Configuration:

  • .github/workflows/ci.yml: The CI workflow has been updated to use the main branch of the shared CI configuration instead of the dm/update-ci branch.

MyPy Configuration:

  • pyproject.toml: A comprehensive MyPy configuration has been added to the project. This includes settings for Python version, various checks, warnings, and error codes. This will help in enforcing static type checking in the project.

Pylint Configuration:

  • pyproject.toml: The maximum line length in the Pylint configuration has been increased to 120 characters. This allows for more flexibility in code formatting.

@dmulcahey dmulcahey merged commit 729a874 into dev Mar 15, 2024
2 of 4 checks passed
@dmulcahey dmulcahey deleted the dm/update-ci branch March 29, 2024 12:39
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