We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c366fd + 8b0766d commit 6c08a62Copy full SHA for 6c08a62
CONTRIBUTING.md
@@ -25,11 +25,10 @@ and make it executable:
25
```bash
26
#!/usr/bin/env bash
27
28
-PYFILES=$(git diff --cached --name-only | grep "\\.py$" | grep --invert-match \
+PYFILES=$(git diff --cached --name-only --diff-filter=ACM| grep "\\.py$" | grep --invert-match \
29
-e "^tagger\\.py$" \
30
-e "^picard/resources\\.py$" \
31
- -e "^picard/\(coverart/providers\|formats\)/__init__\\.py$" \
32
- -e "^picard/const/\(__init__\|attributes\|countries\)\\.py$" \
+ -e "^picard/const/\(attributes\|countries\)\\.py$" \
33
-e "^picard/ui/ui_.*\\.py$" \
34
-e "^scripts/picard\\.in$")
35
0 commit comments