Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 β†’ v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/codespell-project/codespell: v2.2.6 β†’ v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/psf/black: 23.12.1 β†’ 24.10.0](psf/black@23.12.1...24.10.0)
- [github.com/executablebooks/mdformat: 0.7.17 β†’ 0.7.21](hukkin/mdformat@0.7.17...0.7.21)
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 β†’ v0.8.6](astral-sh/ruff-pre-commit@v0.1.9...v0.8.6)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent 5384731 commit 27f2f4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -25,28 +25,28 @@ repos:
# args: [--in-place, --wrap-summaries=120, --wrap-descriptions=120]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies: [tomli]
#args: ["--write-changes"] # uncomment if you want to get automatic fixing

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.10.0
hooks:
- id: black
name: Black code

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.21
hooks:
- id: mdformat
additional_dependencies:
- mdformat-gfm
- mdformat_frontmatter

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.8.6
hooks:
- id: ruff
args: ["--fix"]

0 comments on commit 27f2f4c

Please sign in to comment.