Skip to content

Commit e40925d

Browse files
fix eof precommite hook
1 parent 10efbfa commit e40925d

File tree

260 files changed

+260
-260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+260
-260
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: trailing-whitespace
2222
- id: end-of-file-fixer
23-
exclude: "^tests/unit/core/compile/sqlglot/.*snapshots"
23+
exclude: "^tests/.*/snapshots"
2424
- id: check-yaml
2525
- repo: https://github.com/pycqa/isort
2626
rev: 5.12.0

tests/snapshot/aggregations/snapshots/test_binary_compiler/test_corr/out.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ WITH `bfcte_0` AS (
1010
)
1111
SELECT
1212
`bfcol_2` AS `corr_col`
13-
FROM `bfcte_1`
13+
FROM `bfcte_1`

tests/snapshot/aggregations/snapshots/test_binary_compiler/test_cov/out.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ WITH `bfcte_0` AS (
1010
)
1111
SELECT
1212
`bfcol_2` AS `cov_col`
13-
FROM `bfcte_1`
13+
FROM `bfcte_1`

tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ WITH `bfcte_0` AS (
2424
)
2525
SELECT
2626
`bfcol_32` AS `row_number`
27-
FROM `bfcte_1`
27+
FROM `bfcte_1`

tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ WITH `bfcte_0` AS (
1010
)
1111
SELECT
1212
`bfcol_1` AS `row_number`
13-
FROM `bfcte_1`
13+
FROM `bfcte_1`

tests/snapshot/aggregations/snapshots/test_nullary_compiler/test_size/out.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ WITH `bfcte_0` AS (
2323
)
2424
SELECT
2525
`bfcol_32` AS `size`
26-
FROM `bfcte_1`
26+
FROM `bfcte_1`

tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ WITH `bfcte_0` AS (
99
)
1010
SELECT
1111
`bfcol_1` AS `int64_col`
12-
FROM `bfcte_1`
12+
FROM `bfcte_1`

tests/snapshot/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ WITH `bfcte_0` AS (
1212
)
1313
SELECT
1414
`bfcol_1` AS `string_col`
15-
FROM `bfcte_1`
15+
FROM `bfcte_1`

tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/out.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ WITH `bfcte_0` AS (
99
)
1010
SELECT
1111
`bfcol_1` AS `bool_col`
12-
FROM `bfcte_1`
12+
FROM `bfcte_1`

tests/snapshot/aggregations/snapshots/test_unary_compiler/test_all/window_out.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ WITH `bfcte_0` AS (
1414
)
1515
SELECT
1616
`bfcol_1` AS `agg_bool`
17-
FROM `bfcte_1`
17+
FROM `bfcte_1`

0 commit comments

Comments
 (0)