Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/psf/black
rev: stable
rev: 22.3.0
hooks:
- id: black
language_version: python3.7
language_version: python3.8

- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
rev: 3.9.2
hooks:
- id: flake8
language_version: python3.7
language_version: python3.8
2 changes: 1 addition & 1 deletion docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpydoc
sphinx
sphinxcontrib.autoprogram
dask_sphinx_theme>=1.1.0
dask-sphinx-theme>=3.0.0
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
templates_path = ["_templates"]
html_static_path = ["_static"]
htmlhelp_basename = "dask-yarndoc"
pygments_style = "default"
# Commenting this out for now, if we register dask pygments,
# then eventually this line can be:
# pygments_style = "dask"