File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ repos:
1010 - id : trailing-whitespace
1111 exclude : >
1212 (?x)^(
13- src/snowflake/connector/cpp/ArrowIterator/flatcc|
13+ src/snowflake/connector/cpp/ArrowIterator/flatcc/.*\.h |
1414 src/snowflake/connector/cpp/ArrowIterator/nanoarrow_ipc.c|
1515 )$
1616 - id : end-of-file-fixer
1717 exclude : >
1818 (?x)^(
1919 license_header.txt|
20- src/snowflake/connector/cpp/ArrowIterator/flatcc|
20+ src/snowflake/connector/cpp/ArrowIterator/flatcc/.*\.h |
2121 )$
2222 - id : check-yaml
2323 exclude : .github/repo_meta.yaml
3737 (?x)^(
3838 src/snowflake/connector/version.py|
3939 src/snowflake/connector/cpp|
40- src/snowflake/connector/cpp/ArrowIterator/nanoarrow.hpp|
4140 )$
4241 args :
4342 - --license-filepath
@@ -50,6 +49,10 @@ repos:
5049 - //
5150 - --license-filepath
5251 - license_header.txt
52+ exclude : >
53+ (?x)^(
54+ src/snowflake/connector/cpp/ArrowIterator/nanoarrow.hpp|
55+ )$
5356 - repo : https://github.com/asottile/yesqa
5457 rev : v1.5.0
5558 hooks :
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ prune ci
2121prune benchmark
2222prune test
2323prune tested_requirements
24- prune stress
2524prune src/snowflake/connector/cpp/scripts
2625prune __pycache__
2726prune samples
You can’t perform that action at this time.
0 commit comments