Skip to content

Commit 189ab92

Browse files
author
Ayaz Salikhov
committed
Move python back
1 parent 5ddd531 commit 189ab92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ repos:
130130
rev: v1.12.1
131131
hooks:
132132
- id: blacken-docs
133-
args: [--target-version=py39]
133+
args: [--target-version=py39, --skip-errors]
134134

135135
# Docker hooks do not work in pre-commit.ci
136136
# See: <https://github.com/pre-commit-ci/issues/issues/11>

docs/using/specifics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ sdf_len(sc, 100, repartition = 1) %>%
143143
Spylon kernel instantiates a `SparkContext` for you in variable `sc` after you configure Spark
144144
options in a `%%init_spark` magic cell.
145145

146-
```text
146+
```python
147147
%%init_spark
148148
# Configure Spark to use a local master
149149
launcher.master = "local"
@@ -234,7 +234,7 @@ sdf_len(sc, 100, repartition = 1) %>%
234234
Spylon kernel instantiates a `SparkContext` for you in variable `sc` after you configure Spark
235235
options in a `%%init_spark` magic cell.
236236

237-
```text
237+
```python
238238
%%init_spark
239239
# Configure Spark to use a local master
240240
launcher.master = "spark://master:7077"

0 commit comments

Comments
 (0)