Skip to content

Commit dd3c138

Browse files
committed
undo spacing error
1 parent 592f6ac commit dd3c138

File tree

1 file changed

+69
-69
lines changed

1 file changed

+69
-69
lines changed

.pre-commit-config.yaml

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
repos:
2-
- repo: https://github.com/mwouts/jupytext
3-
rev: v1.13.7
4-
hooks:
5-
- id: jupytext
6-
files: ^examples/.+\.ipynb$
7-
args: ["--sync"]
8-
- repo: https://github.com/psf/black
9-
rev: 22.3.0
10-
hooks:
11-
- id: black-jupyter
12-
- repo: https://github.com/nbQA-dev/nbQA
13-
rev: 1.1.0
14-
hooks:
15-
- id: nbqa-isort
16-
additional_dependencies: [isort==5.6.4]
17-
- id: nbqa-pyupgrade
18-
additional_dependencies: [pyupgrade==2.7.4]
19-
args: [--py37-plus]
20-
- repo: https://github.com/MarcoGorelli/madforhooks
21-
rev: 0.3.0
22-
hooks:
23-
- id: check-execution-order
24-
args: [--strict]
25-
exclude: |
26-
(?x)^
27-
^examples/ode_models/ODE_with_manual_gradients\.ipynb$
28-
|examples/samplers/DEMetropolisZ_EfficiencyComparison\.ipynb$
29-
|examples/gaussian_processes/GP-Latent\.ipynb$
30-
|examples/gaussian_processes/GP-MaunaLoa2\.ipynb$
31-
|examples/samplers/MLDA_gravity_surveying\.ipynb$
32-
|examples/pymc3_howto/sampling_callback\.ipynb$
33-
|examples/case_studies/blackbox_external_likelihood\.ipynb$
34-
|examples/samplers/GLM-hierarchical-jax\.ipynb$
35-
|examples/variational_inference/convolutional_vae_keras_advi\.ipynb$
36-
|examples/gaussian_processes/GP-TProcess\.ipynb$
37-
|examples/mixture_models/dependent_density_regression\.ipynb$
38-
|examples/gaussian_processes/GP-Heteroskedastic\.ipynb$
39-
|examples/gaussian_processes/GP-MeansAndCovs\.ipynb$
40-
|examples/samplers/MLDA_variance_reduction_linear_regression\.ipynb$
2+
- repo: https://github.com/mwouts/jupytext
3+
rev: v1.13.7
4+
hooks:
5+
- id: jupytext
6+
files: ^examples/.+\.ipynb$
7+
args: ["--sync"]
8+
- repo: https://github.com/psf/black
9+
rev: 22.3.0
10+
hooks:
11+
- id: black-jupyter
12+
- repo: https://github.com/nbQA-dev/nbQA
13+
rev: 1.1.0
14+
hooks:
15+
- id: nbqa-isort
16+
additional_dependencies: [isort==5.6.4]
17+
- id: nbqa-pyupgrade
18+
additional_dependencies: [pyupgrade==2.7.4]
19+
args: [--py37-plus]
20+
- repo: https://github.com/MarcoGorelli/madforhooks
21+
rev: 0.3.0
22+
hooks:
23+
- id: check-execution-order
24+
args: [--strict]
25+
exclude: |
26+
(?x)^
27+
^examples/ode_models/ODE_with_manual_gradients\.ipynb$
28+
|examples/samplers/DEMetropolisZ_EfficiencyComparison\.ipynb$
29+
|examples/gaussian_processes/GP-Latent\.ipynb$
30+
|examples/gaussian_processes/GP-MaunaLoa2\.ipynb$
31+
|examples/samplers/MLDA_gravity_surveying\.ipynb$
32+
|examples/pymc3_howto/sampling_callback\.ipynb$
33+
|examples/case_studies/blackbox_external_likelihood\.ipynb$
34+
|examples/samplers/GLM-hierarchical-jax\.ipynb$
35+
|examples/variational_inference/convolutional_vae_keras_advi\.ipynb$
36+
|examples/gaussian_processes/GP-TProcess\.ipynb$
37+
|examples/mixture_models/dependent_density_regression\.ipynb$
38+
|examples/gaussian_processes/GP-Heteroskedastic\.ipynb$
39+
|examples/gaussian_processes/GP-MeansAndCovs\.ipynb$
40+
|examples/samplers/MLDA_variance_reduction_linear_regression\.ipynb$
4141
42-
- repo: https://github.com/FlamingTempura/bibtex-tidy
43-
rev: v1.8.5
44-
hooks:
45-
- id: bibtex-tidy
46-
files: examples/references.bib
47-
args: ["--sort=key", --quiet]
48-
language_version: 15.14.0
49-
- repo: local
50-
hooks:
51-
- id: watermark
52-
args: [--negate, --multiline]
53-
entry: "%load_ext watermark.*%watermark -n -u -v -iv -w"
54-
language: pygrep
55-
minimum_pre_commit_version: 2.8.0
56-
name: Check notebooks have watermark (see Jupyter style guide from PyMC docs)
57-
types: [jupyter]
58-
- id: no-internal-links
59-
name: Check no internal links are in the docs
60-
description: >-
61-
'A quick check to prevent urls pointing to pymc docs'
62-
files: ^docs/source/
63-
entry: >
42+
- repo: https://github.com/FlamingTempura/bibtex-tidy
43+
rev: v1.8.5
44+
hooks:
45+
- id: bibtex-tidy
46+
files: examples/references.bib
47+
args: ["--sort=key", --quiet]
48+
language_version: 15.14.0
49+
- repo: local
50+
hooks:
51+
- id: watermark
52+
args: [--negate, --multiline]
53+
entry: '%load_ext watermark.*%watermark -n -u -v -iv -w'
54+
language: pygrep
55+
minimum_pre_commit_version: 2.8.0
56+
name: Check notebooks have watermark (see Jupyter style guide from PyMC docs)
57+
types: [jupyter]
58+
- id: no-internal-links
59+
name: Check no internal links are in the docs
60+
description: >-
61+
'A quick check to prevent urls pointing to pymc docs'
62+
files: ^docs/source/
63+
entry: >
6464
(?x)(arviz-devs.github.io|
6565
aesara.readthedocs.io|
6666
aeppl.readthedocs.io|
@@ -72,11 +72,11 @@ repos:
7272
myst-nb.readthedocs.io|
7373
docs.python.org|
7474
xarray.pydata.org)
75-
language: pygrep
76-
types_or: [markdown, rst, jupyter]
77-
- repo: https://github.com/mwouts/jupytext
78-
rev: v1.13.7
79-
hooks:
80-
- id: jupytext
81-
files: ^examples/.+\.ipynb$
82-
args: ["--sync"]
75+
language: pygrep
76+
types_or: [markdown, rst, jupyter]
77+
- repo: https://github.com/mwouts/jupytext
78+
rev: v1.13.7
79+
hooks:
80+
- id: jupytext
81+
files: ^examples/.+\.ipynb$
82+
args: ["--sync"]

0 commit comments

Comments
 (0)