Skip to content

Commit 65bc976

Browse files
committed
Fix pre-commit hooks.
1 parent 78c3e1b commit 65bc976

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

docs/source/examples/multi_instance_pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ technical_setups:
9595

9696
args:
9797
create_database_if_not_exists: True
98-
# print select statements before being encapsualted in materialize expressions and tables before writing to
98+
# print select statements before being encapsulated in materialize expressions and tables before writing to
9999
# database
100100
print_materialize: true
101101
# print final sql statements

docs/source/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ technical_setups:
689689

690690
args:
691691
create_database_if_not_exists: True
692-
# print select statements before being encapsualted in materialize expressions and tables before writing to
692+
# print select statements before being encapsulated in materialize expressions and tables before writing to
693693
# database
694694
print_materialize: true
695695
# print final sql statements

tests/parallelize/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import pytest
55

6-
from .sesson import Session
6+
from .session import Session
77
from .util import parse_config
88

99

File renamed without changes.

tests/test_flows/complex_config_flows/pipedag_anchor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ _technical_setups:
5757
#<<: *db_mssql
5858

5959
create_database_if_not_exists: True
60-
# print select statements before being encapsualted in materialize expressions and tables before writing to
60+
# print select statements before being encapsulated in materialize expressions and tables before writing to
6161
# database
6262
print_materialize: true
6363
# print final sql statements

tests/test_flows/complex_config_flows/pipedag_complex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ technical_setups:
6060

6161
args:
6262
create_database_if_not_exists: True
63-
# print select statements before being encapsualted in materialize expressions and tables before writing to
63+
# print select statements before being encapsulated in materialize expressions and tables before writing to
6464
# database
6565
print_materialize: true
6666
# print final sql statements

0 commit comments

Comments
 (0)