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/Lucas-C/pre-commit-hooks.git: v1.5.3 → v1.5.4](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.3...v1.5.4)
- [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.284](astral-sh/ruff-pre-commit@v0.0.282...v0.0.284)
- [github.com/streetsidesoftware/cspell-cli: v6.31.1 → v7.0.0](streetsidesoftware/cspell-cli@v6.31.1...v7.0.0)
- [github.com/pre-commit/mirrors-mypy.git: v1.4.1 → v1.5.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.4.1...v1.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 14, 2023
1 parent a2dbad3 commit 3007a01
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 @@ -19,7 +19,7 @@ repos:
- --py36-plus

- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.5.3
rev: v1.5.4
hooks:
- id: remove-tabs

Expand All @@ -45,14 +45,14 @@ repos:
- id: tox-ini-fmt

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v6.31.1
rev: v7.0.0
hooks:
- id: cspell
name: Spell check with cspell
Expand All @@ -79,7 +79,7 @@ repos:
- pyyaml

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.4.1
rev: v1.5.0
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 3007a01

Please sign in to comment.