Commit Graph

7 Commits

Author SHA1 Message Date
David J. Felix 61703ed12e Fix changed-files for cases where no python files changed (#4)
## Problem
When a PR contains no changed python files, but changed-files is set to
true, ruff will run on all files, including ones not changed.

## Solution
Pass the input through to the script and short circuit to success in
cases where both the flag is set and no python files were changed.
2024-09-30 13:17:11 -04:00
Charlie Marsh ad8ad9ec2e Update some documentation 2024-09-29 19:39:38 -04:00
Amin Sadeghi 0df4a95686 Exclude non-Python files as part of changed-files action 2024-04-04 15:25:49 -04:00
Amin Sadeghi a9c46eeb9c Exclude non-Python files 2024-04-04 14:53:05 -04:00
Amin Sadeghi 992901c201 First try at implementing only-apply-to-changed-files 2024-04-04 14:40:34 -04:00
Raphael Boidol 06460f5390 Update pre-commit hooks & run formatting 2024-02-18 19:31:00 +01:00
brucearctor 6cbe846bf8 initial commit 2023-04-02 19:57:17 -07:00