Skip to content

Commit

Permalink
fix: exclude deleted .py files from code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioseel committed Oct 30, 2024
1 parent dcf88e5 commit 9a70ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/changed_py_files.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

echo $(git diff --name-only origin/master...HEAD -- '*.py')
echo $(git diff --name-only --diff-filter=d origin/master...HEAD -- '*.py')

0 comments on commit 9a70ed6

Please sign in to comment.