Skip to content

Commit 255aa0e

Browse files
chore(deps): bump mkdocs-material from 9.6.18 to 9.6.19 in the pip group (#330)
* chore(deps): bump mkdocs-material from 9.6.18 to 9.6.19 in the pip group Bumps the pip group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-material` from 9.6.18 to 9.6.19 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.18...9.6.19) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> * create cspell.config.yml * adjust pre-commit CI triggers --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brendan <2bndy5@gmail.com>
1 parent 0c20ff4 commit 255aa0e

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Run pre-commit
22

33
on:
44
push:
5+
branches: [main]
56
pull_request:
6-
types: opened
7+
branches: [main]
78

89
jobs:
910
pre-commit:

cspell.config.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: "0.2"
2+
words:
3+
- bugprone
4+
- Cachy
5+
- cppcoreguidelines
6+
- fontawesome
7+
- hustcer
8+
- imgproxy
9+
- inlinehilite
10+
- libc
11+
- linenums
12+
- mkdocs
13+
- mypy
14+
- Neta
15+
- Nextcloud
16+
- nushell
17+
- pymdownx
18+
- pyyaml
19+
- superfences
20+
- twemoji
21+
- venv
22+
- Zondax
23+
ignorePaths:
24+
- .gitattributes
25+
- .gitignore
26+
- .venv
27+
- CHANGELOG.md

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)