Skip to content

Commit aed7e92

Browse files
[pre-commit.ci] pre-commit autoupdate hooks (#2236)
updates: - github.com/pycontribs/mirrors-prettier: v3.5.3 → v3.6.2 - github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.11 - github.com/PyCQA/doc8: v1.1.2 → v2.0.0 - github.com/thibaudcolas/pre-commit-stylelint: v16.20.0 → v16.23.1 - github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0
1 parent d882904 commit aed7e92

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default_language_version:
1313

1414
repos:
1515
- repo: "https://github.com/pycontribs/mirrors-prettier"
16-
rev: v3.5.3
16+
rev: v3.6.2
1717
hooks:
1818
- id: prettier
1919
# Exclude the HTML, since it doesn't understand Jinja2
@@ -22,7 +22,7 @@ repos:
2222
exclude: .+\.html|webpack\.config\.js|tests/test_a11y/
2323

2424
- repo: "https://github.com/astral-sh/ruff-pre-commit"
25-
rev: "v0.11.12"
25+
rev: "v0.12.11"
2626
hooks:
2727
- id: ruff
2828
args: [--exit-non-zero-on-fix]
@@ -41,7 +41,7 @@ repos:
4141
types_or: ["html"]
4242

4343
- repo: "https://github.com/PyCQA/doc8"
44-
rev: v1.1.2
44+
rev: v2.0.0
4545
hooks:
4646
- id: doc8
4747

@@ -56,7 +56,7 @@ repos:
5656
- id: remove-metadata
5757

5858
- repo: "https://github.com/thibaudcolas/pre-commit-stylelint"
59-
rev: v16.20.0
59+
rev: v16.23.1
6060
hooks:
6161
- id: stylelint
6262
# automatically fix .scss files where possible
@@ -67,7 +67,7 @@ repos:
6767
6868

6969
- repo: "https://github.com/pre-commit/pre-commit-hooks"
70-
rev: v5.0.0
70+
rev: v6.0.0
7171
hooks:
7272
- id: trailing-whitespace
7373
- id: end-of-file-fixer

docs/community/structure.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@ The CSS and JS for this theme are built for the browser from `src/pydata_sphinx_
1212
[webpack](https://webpack.js.org/). The main entry points are:
1313

1414
- CSS: `src/pydata_sphinx_theme/assets/styles/pydata-sphinx-theme.scss`
15-
1615
- the main part of the theme assets
1716
- customizes [Bootstrap](https://getbootstrap.com/) with [Sass](https://sass-lang.com)
1817

1918
- JS: `src/pydata_sphinx_theme/assets/scripts/pydata-sphinx-theme.js`
20-
2119
- provides add-on Bootstrap features, as well as some custom navigation behavior
2220

2321
- webpack: `webpack.config.js`
24-
2522
- captures the techniques for transforming the JS and CSS source files in
2623
`src/pydata_sphinx_theme/assets/*` into the production assets in `src/theme/pydata_sphinx_theme/static/`

docs/user_guide/theme-elements.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,10 @@ You may skip the need to manually define the link text by [activating the MyST L
223223
For example:
224224

225225
- **reStructuredText**
226-
227226
- `https://github.com/pydata/pydata-sphinx-theme/pull/1012`
228227
- https://github.com/pydata/pydata-sphinx-theme/pull/1012
229228

230229
- **MyST Markdown (default)**
231-
232230
- `[https://github.com/pydata/pydata-sphinx-theme/pull/1012](https://github.com/pydata/pydata-sphinx-theme/pull/1012)`
233231
- [https://github.com/pydata/pydata-sphinx-theme/pull/1012](https://github.com/pydata/pydata-sphinx-theme/pull/1012)
234232

0 commit comments

Comments
 (0)