File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
docs/bokeh/embedding-export Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 66
77repos :
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v6.0.0
9+ rev : 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0
1010 hooks :
1111 - id : check-added-large-files
1212 args : ['--maxkb=2048']
@@ -18,38 +18,38 @@ repos:
1818 - id : end-of-file-fixer
1919 - id : trailing-whitespace
2020 - repo : https://github.com/tox-dev/pyproject-fmt
21- rev : v2.14.2
21+ rev : 6e10264313f53d6247a8b1b984f5b5ccf50ba539 # v2.21.0
2222 hooks :
2323 - id : pyproject-fmt
2424 - repo : https://github.com/abravalheri/validate-pyproject
25- rev : v0.25
25+ rev : 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # v0.25
2626 hooks :
2727 - id : validate-pyproject
2828 - repo : https://github.com/pycqa/isort
29- rev : 7 .0.0
29+ rev : a333737ed43df02b18e6c95477ea1b285b3de15a # 8 .0.1
3030 hooks :
3131 - id : isort
3232 additional_dependencies : ["toml"]
3333 entry : isort --profile=black
3434 name : isort (python)
3535 - repo : https://github.com/psf/black-pre-commit-mirror
36- rev : 26.1.0
36+ rev : fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d # 26.3.1
3737 hooks :
3838 - id : black
3939 - repo : https://github.com/sphinx-contrib/sphinx-lint
40- rev : v1.0.2
40+ rev : c883505f64b59c3c5c9375191e4ad9f98e727ccd # v1.0.2
4141 hooks :
4242 - id : sphinx-lint
4343 types : [rst]
4444 - repo : https://github.com/adamchainz/blacken-docs
45- rev : " 1.20.0"
45+ rev : fda77690955e9b63c6687d8806bafd56a526e45f # 1.20.0
4646 hooks :
4747 - id : blacken-docs
4848 args : [--line-length=79]
4949 additional_dependencies :
5050 - black
5151 - repo : https://github.com/codespell-project/codespell
52- rev : v2.4.1
52+ rev : 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # v2.4.2
5353 hooks :
5454 - id : codespell
5555 args : [--toml pyproject.toml]
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ Exemplarisch betten wir Bokeh-Plots in das `Flask
8888 from bokeh.embed import server_document
8989 from flask import render_template
9090
91-
9291 ...
9392
9493
@@ -129,7 +128,6 @@ Exemplarisch betten wir Bokeh-Plots in das `Flask
129128 from flask import Flask
130129 from tornado.ioloop import IOLoop
131130
132-
133131 ...
134132
135133
You can’t perform that action at this time.
0 commit comments