feat: #89: add dependency check workflow#90
Open
lasnown wants to merge 8 commits into
Open
Conversation
aasheptunov
reviewed
May 29, 2026
There was a problem hiding this comment.
Does this change make a difference? If I'm not confused, the Python version for Ruff is specified in ruff.toml
Contributor
Author
There was a problem hiding this comment.
Hm, you're right, forgot about that one, thanks for noticing. I'll look into how we can still run linting on multiple Python version in CI
Contributor
Author
There was a problem hiding this comment.
OK, turns out it's mostly impossible, but more importantly - useless (which makes sense), so reverting this change.
Contributor
Author
There was a problem hiding this comment.
However, we should run linting/formatting on a newer Python version since we're developing on it.
Co-authored-by: Artem Sheptunov <106321977+aasheptunov@users.noreply.github.com>
…arding py version setting choices for ruff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #89