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

chore: upgrade deps, improve type hints and check style in ci #32

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

Conversation

waketzheng
Copy link

Description

  1. Does not change any code logic
  2. Add Makefile to improve development experience
  3. Upgrade deps by pdm update
  4. Update tool versions in pre-commit config
  5. Fix issues complaint by pdm run pre-commit run --all-files and add this command to ci

@waketzheng
Copy link
Author

@frostming Cloud you review this?

@@ -52,6 +52,10 @@ jobs:

- name: Install packages
run: pdm install
- name: Check Style
Copy link
Owner

@frostming frostming Mar 10, 2025

Choose a reason for hiding this comment

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

Instead of calling pip with pdm run, which is not recommended, you should add pre-commit into dev dependencies and install from that group.

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.

2 participants