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/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [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.5.6](astral-sh/ruff-pre-commit@v0.4.4...v0.5.6)
- [github.com/asottile/pyupgrade: e695ecd365119ab4e5463f6e49bea5f4b7ca786b → v3.17.0](asottile/pyupgrade@e695ecd...v3.17.0)
- [github.com/fsfe/reuse-tool: v3.0.2 → v4.0.3](fsfe/reuse-tool@v3.0.2...v4.0.3)
  • Loading branch information
pre-commit-ci[bot] authored Aug 6, 2024
1 parent 96c107f commit 58f77e8
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 @@ -32,11 +32,11 @@ repos:
hooks:
- id: isort
- repo: "https://github.com/psf/black"
rev: 24.4.2
rev: 24.8.0
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.5.6
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.17.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: v4.0.3
hooks:
- id: reuse
additional_dependencies:
Expand Down

0 comments on commit 58f77e8

Please sign in to comment.