Skip to content

Commit

Permalink
ci(pre-commit.ci): autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/compilerla/conventional-pre-commit: v3.1.0 → v3.4.0](compilerla/conventional-pre-commit@v3.1.0...v3.4.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.5.6](astral-sh/ruff-pre-commit@v0.1.13...v0.5.6)
- [github.com/psf/black: 22.10.0 → 24.8.0](psf/black@22.10.0...24.8.0)
- [github.com/abravalheri/validate-pyproject: v0.15 → v0.18](abravalheri/validate-pyproject@v0.15...v0.18)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.1](pre-commit/mirrors-mypy@v1.8.0...v1.11.1)
  • Loading branch information
pre-commit-ci[bot] committed Aug 6, 2024
1 parent 3a5ee5a commit 156a1c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,36 @@ default_install_hook_types: [pre-commit, commit-msg]

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.1.0
rev: v3.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-docstring-first
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.13
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.15
rev: v0.18
hooks:
- id: validate-pyproject

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.11.1
hooks:
- id: mypy
files: "^src/"

0 comments on commit 156a1c5

Please sign in to comment.