File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,16 +52,16 @@ echo '---------------------------------------'
5252echo ' | Auto-formatting src/...'
5353echo ' ---------------------------------------'
5454
55- find -L src/ -type f -name " *.py" -exec pyink --config pyproject.toml {} +
55+ find -L src/ -not -path " */.* " - type f -name " *.py" -exec pyink --config pyproject.toml {} +
5656
5757echo ' ---------------------------------------'
5858echo ' | Auto-formatting tests/...'
5959echo ' ---------------------------------------'
6060
61- find -L tests/ -type f -name " *.py" -exec pyink --config pyproject.toml {} +
61+ find -L tests/ -not -path " */.* " - type f -name " *.py" -exec pyink --config pyproject.toml {} +
6262
6363echo ' ---------------------------------------'
6464echo ' | Auto-formatting contributing/...'
6565echo ' ---------------------------------------'
6666
67- find -L contributing/ -type f -name " *.py" -exec pyink --config pyproject.toml {} +
67+ find -L contributing/ -not -path " */.* " - type f -name " *.py" -exec pyink --config pyproject.toml {} +
You can’t perform that action at this time.
0 commit comments