-
Notifications
You must be signed in to change notification settings - Fork 27
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
v 1.1.1 #176
Conversation
cleder
commented
Oct 27, 2023
updates: - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.0](pre-commit/mirrors-mypy@v1.5.1...v1.6.0)
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@23.9.1...23.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.292...v0.1.1) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1)
for more information, see https://pre-commit.ci
[pre-commit.ci] pre-commit autoupdate
Modernize packaging
170 modernize packaging
170 modernize packaging - requirements to toml
WatermelonAI SummaryThe 28 commits in this Pull Request mainly focus on updating dependencies, modernizing packaging, and improving code style. Most of the updates are related to pre-commit configuration, such as updating pre-commit hooks and autoupdating pre-commit configurations. The updates also include upgrading various dependencies like mypy, black, and ruff-pre-commit. Additionally, there are changes to the packaging system, such as dropping setup.py in favor of pyproject.toml and moving requirements to toml files. Overall, these changes aim to enhance the codebase, ensure consistency, and improve overall development and deployment processes. GitHub PRsClick here to login to Jira |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #176 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 20 21 +1
Lines 2225 2244 +19
=========================================
+ Hits 2225 2244 +19
☔ View full report in Codecov by Sentry. |
PR Summary
|