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 β†’ v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.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.4.2](psf/black@23.12.1...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 β†’ v0.5.0](astral-sh/ruff-pre-commit@v0.1.9...v0.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 2, 2024
1 parent 0ee530d commit 24390ba
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 @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -25,14 +25,14 @@ 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.4.2
hooks:
- id: black
name: Black code
Expand All @@ -46,7 +46,7 @@ repos:
- mdformat_frontmatter

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

0 comments on commit 24390ba

Please sign in to comment.