Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1831)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black.git: 24.4.2 → 24.8.0](https://github.com/psf/black.git/compare/24.4.2...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6)
- [github.com/streetsidesoftware/cspell-cli: v8.12.0 → v8.13.1](streetsidesoftware/cspell-cli@v8.12.0...v8.13.1)
- [github.com/PyCQA/flake8.git: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8.git/compare/7.1.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy.git: v1.11.0 → v1.11.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.0...v1.11.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 3cceddf commit 71f73d5
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 @@ -34,7 +34,7 @@ repos:
- prettier-plugin-toml

- repo: https://github.com/psf/black.git
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
language_version: python3
Expand All @@ -45,14 +45,14 @@ repos:
- id: toml-sort-fix

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.5"
rev: "v0.5.6"
hooks:
- id: ruff
args:
- "--exit-non-zero-on-fix"

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.12.0
rev: v8.13.1
hooks:
- id: cspell
name: Spell check with cspell
Expand Down Expand Up @@ -139,7 +139,7 @@ repos:
types: [file, yaml]

- repo: https://github.com/PyCQA/flake8.git
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
language_version: python3
Expand All @@ -158,7 +158,7 @@ repos:
- id: pyupgrade
args: ["--py310-plus"]
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 71f73d5

Please sign in to comment.