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/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.8](astral-sh/ruff-pre-commit@v0.4.4...v0.4.8)
- [github.com/asottile/pyupgrade: e695ecd365119ab4e5463f6e49bea5f4b7ca786b → v3.16.0](asottile/pyupgrade@e695ecd...v3.16.0)
- [github.com/fsfe/reuse-tool: v3.0.2 → v3.1.0a1](fsfe/reuse-tool@v3.0.2...v3.1.0a1)
  • Loading branch information
pre-commit-ci[bot] authored Jun 10, 2024
1 parent a00ad9f commit afcd783
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 @@ -36,7 +36,7 @@ repos:
hooks:
- id: black
- repo: "https://github.com/pre-commit/mirrors-prettier"
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude_types:
Expand All @@ -46,7 +46,7 @@ repos:
- "prettier-plugin-toml@0.3.1"
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.4
rev: v0.4.8
hooks:
# Run the linter.
- id: ruff
Expand All @@ -55,7 +55,7 @@ repos:
# Don't Run the formatter.
# - id: ruff-format
- repo: "https://github.com/asottile/pyupgrade"
rev: e695ecd365119ab4e5463f6e49bea5f4b7ca786b
rev: v3.16.0
# lock to v2.31.0 (must specify the git hash), v2.32.0 requires python >= 3.7
hooks:
- id: pyupgrade
Expand All @@ -64,7 +64,7 @@ repos:
args:
- "--py36-plus"
- repo: "https://github.com/fsfe/reuse-tool"
rev: v3.0.2
rev: v3.1.0a1
hooks:
- id: reuse
additional_dependencies:
Expand Down

0 comments on commit afcd783

Please sign in to comment.