Skip to content

Commit 9ab2575

Browse files
[pre-commit.ci] pre-commit autoupdate (#2477)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.10...v0.11.0) * fix: exclude more links --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthew R. Becker <[email protected]>
1 parent e1d5c45 commit 9ab2575

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
--exclude 'https://conda-metadata-app.streamlit.app/?$'
5757
--exclude 'https://kb43fqob7u-dsn.algolia.net/'
5858
--exclude 'https://ss64.com/nt/syntax.html'
59+
--exclude 'https://www.mesa3d.org/'
5960
--exclude '.*/404.html/'
6061
--exclude '.*,.*'
6162
--exclude-path './build/community/minutes/'

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: prettier
1616
types_or: [markdown, mdx, json, yaml, css, javascript]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.9.10
18+
rev: v0.11.0
1919
hooks:
2020
- id: ruff-format
2121
ci:

0 commit comments

Comments
 (0)