Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#65)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.2 β†’ v0.9.3](astral-sh/ruff-pre-commit@v0.8.2...v0.9.3)
- [github.com/executablebooks/mdformat: 0.7.19 β†’ 0.7.21](hukkin/mdformat@0.7.19...0.7.21)
- [github.com/igorshubovych/markdownlint-cli: v0.43.0 β†’ v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0)
- [github.com/crate-ci/typos: typos-dict-v0.11.37 β†’ dictgen-v0.3.1](crate-ci/typos@typos-dict-v0.11.37...dictgen-v0.3.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 29, 2025
1 parent 0cf424d commit 98d47d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.2
rev: v0.9.3
hooks:
# Run the linter.
- id: ruff
Expand All @@ -16,15 +16,15 @@ repos:
- id: validate-pyproject

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.19
rev: 0.7.21
hooks:
- id: mdformat
additional_dependencies:
- "mdformat-mkdocs[recommended]>=2.1.0"
- mdformat-admon

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint
# args:
Expand All @@ -36,7 +36,7 @@ repos:
# ]

- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.37
rev: dictgen-v0.3.1
hooks:
- id: typos

Expand Down

0 comments on commit 98d47d1

Please sign in to comment.