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/asottile/add-trailing-comma.git: v2.4.0 → v3.1.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.4.0...v3.1.0)
- [github.com/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.4](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.4)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.3)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.267 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.267...v0.0.290)
- [github.com/streetsidesoftware/cspell-cli: v6.31.0 → v7.3.0](streetsidesoftware/cspell-cli@v6.31.0...v7.3.0)
- [github.com/pycqa/pylint.git: v3.0.0a6 → v3.0.0a7](https://github.com/pycqa/pylint.git/compare/v3.0.0a6...v3.0.0a7)
- [github.com/pre-commit/mirrors-mypy.git: v1.3.0 → v1.5.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.3.0...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 18, 2023
1 parent 99cb594 commit b51823b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/add-trailing-comma.git
rev: v2.4.0
rev: v3.1.0
hooks:
- id: add-trailing-comma
args:
- --py36-plus

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

- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.3
hooks:
- id: prettier
always_run: true
Expand All @@ -35,19 +35,19 @@ repos:
- prettier-plugin-sort-json

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v6.31.0
rev: v7.3.0
hooks:
- id: cspell
name: Spell check with cspell
Expand All @@ -58,7 +58,7 @@ repos:
- id: darglint

- repo: https://github.com/pycqa/pylint.git
rev: v3.0.0a6
rev: v3.0.0a7
hooks:
- id: pylint
args:
Expand All @@ -71,7 +71,7 @@ repos:
- single_source

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

0 comments on commit b51823b

Please sign in to comment.