Skip to content

Commit 3c8d457

Browse files
committed
fix ci
1 parent be9d62b commit 3c8d457

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -37,7 +37,6 @@ repos:
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:

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ prune ci
2121
prune benchmark
2222
prune test
2323
prune tested_requirements
24-
prune stress
2524
prune src/snowflake/connector/cpp/scripts
2625
prune __pycache__
2726
prune samples

0 commit comments

Comments
 (0)