Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.0](astral-sh/ruff-pre-commit@v0.6.9...v0.8.0)
- [github.com/pre-commit/mirrors-mypy: v0.971 → v1.13.0](pre-commit/mirrors-mypy@v0.971...v1.13.0)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] authored Nov 25, 2024
1 parent 0ec7711 commit f0d3c4c
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 @@ -16,7 +16,7 @@ repos:

# general checks (see here: https://pre-commit.com/hooks.html)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-json
Expand All @@ -29,7 +29,7 @@ repos:
- id: check-toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.8.0
hooks:
- id: ruff
args:
Expand All @@ -38,13 +38,13 @@ repos:

# mypy - lint-like type checking
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: [types-pyyaml==6.0.1]

# prettier - formatting JS, CSS, JSON, Markdown, ...
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v4.0.0-alpha.8
hooks:
- id: prettier

0 comments on commit f0d3c4c

Please sign in to comment.