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

ci: update ci cd #303

Merged
merged 14 commits into from
Nov 17, 2023
Merged

ci: update ci cd #303

merged 14 commits into from
Nov 17, 2023

Conversation

julesbertrand
Copy link
Collaborator

@julesbertrand julesbertrand commented Nov 9, 2023

Description

  • switch to ruff linter and update code accordingly
  • remove unused ci files (setup.cfg, poetry.lock, pylintrc)
  • remove unused dependencies (importlib_metadata, darglint, pylint, ...)
  • fix docker image
  • bump dependencies (python, github actions)
  • make dask optional
  • add documentation dependencies in specific section in pyproject.toml
  • add codeowners (@Guillaume6606 @amaleelhamri @hugovasselin)
  • update dependabot to ignore semver patch updates to dependencies (to avoid having dozens of PRs every week)

Related Issue

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🔧 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix

Checklist

  • I've read the CODE_OF_CONDUCT.md document.
  • I've read the CONTRIBUTING.md guide.
  • I've updated the code style using make format-code.
  • I've written tests for all new methods and classes that I created.
  • I've written the docstring in Google format for all the methods and classes that I used.

@julesbertrand julesbertrand marked this pull request as ready for review November 9, 2023 12:36
@julesbertrand julesbertrand merged commit 19f2d26 into main Nov 17, 2023
4 checks passed
@julesbertrand julesbertrand deleted the ci/update-ci-cd branch November 17, 2023 09:23
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