Skip to content

Conversation

jenstroeger
Copy link
Owner

No description provided.

@jenstroeger jenstroeger requested a review from behnazh as a code owner May 11, 2023 12:36
eduardocardoso
eduardocardoso previously approved these changes May 15, 2023
@jenstroeger jenstroeger force-pushed the makefile-improve-deps branch from 45ab465 to 2a4ac41 Compare July 5, 2023 19:56
pre-commit run actionlint --all-files
check:
check: .venv/checked-on
.venv/checked-on: $(PACKAGE_DEPS)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like we are introducing back pre-commit running on staged files only (instead of all files)?

Copy link
Owner Author

Choose a reason for hiding this comment

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

PACKAGE_DEPS contains all current Python files in the src/package/ folder, and if any of those changes since make last touched .venv/checked-on then we run the recipe again. Whether they’re staged or not shouldn’t make a difference.

@jenstroeger jenstroeger requested a review from behnazh January 20, 2024 07:59
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.

3 participants