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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.4.8](astral-sh/ruff-pre-commit@v0.1.6...v0.4.8)
- [github.com/psf/black: 23.11.0 → 24.4.2](psf/black@23.11.0...24.4.2)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.10.0](pre-commit/mirrors-mypy@v1.7.1...v1.10.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)
  • Loading branch information
pre-commit-ci[bot] authored Jun 10, 2024
1 parent 4805b22 commit 16c3137
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 @@ -3,17 +3,17 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.6"
rev: "v0.4.8"
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.4.2
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -26,7 +26,7 @@ repos:
types: [python]
args: ["-rn", "-sn", "--fail-on=I"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.10.0
hooks:
- id: mypy
name: mypy
Expand All @@ -36,7 +36,7 @@ repos:
args: []
require_serial: true
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
Expand Down

0 comments on commit 16c3137

Please sign in to comment.