Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#7)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/crate-ci/typos: typos-dict-v0.11.35 → v1.28.0](crate-ci/typos@typos-dict-v0.11.35...v1.28.0)
- [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.3...v0.8.0)
- [github.com/executablebooks/mdformat: 0.7.18 → 0.7.19](hukkin/mdformat@0.7.18...0.7.19)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 26, 2024
1 parent 6773a98 commit 2a30f97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ repos:
- id: check-toml
- id: check-yaml
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.35
rev: v1.28.0
hooks:
- id: typos
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.8.0
hooks:
- id: ruff-format
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.19
hooks:
- id: mdformat
additional_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ check out the documentation of those two projects.

If you just want to edit content, you can edit the markdown files in the repository.

> \[!TIP\]
> [!TIP]
> You can use [sphinx directives](https://myst-parser.readthedocs.io/en/latest/syntax/roles-and-directives.html)
> to create special boxes for notes, important information, and much more!
Expand Down Expand Up @@ -98,7 +98,7 @@ merge into main.

## Deployment

> \[!NOTE\]
> [!NOTE]
> The following information is only relevant to the Physics Team officers (specifically the webmaster).
There is two [github actions](https://docs.github.com/en/actions/about-github-actions/understanding-github-actions)
Expand Down

0 comments on commit 2a30f97

Please sign in to comment.