Skip to content

Commit

Permalink
Merge pull request #10 from cidrblock/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
cidrblock authored Sep 6, 2023
2 parents 24b02a4 + 7303d2e commit 3591bcc
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 @@ -12,7 +12,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/add-trailing-comma.git
rev: v3.0.1
rev: v3.1.0
hooks:
- id: add-trailing-comma
args:
Expand All @@ -25,7 +25,7 @@ repos:

- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.0.2
rev: v3.0.3
hooks:
- id: prettier
always_run: true
Expand All @@ -50,20 +50,20 @@ repos:
- id: tox-ini-fmt

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v7.0.0
rev: v7.3.0
hooks:
- id: cspell
name: Spell check with cspell

- repo: https://github.com/jsh9/pydoclint
rev: 0.2.1
rev: 0.3.1
hooks:
- id: pydoclint
args:
Expand Down

0 comments on commit 3591bcc

Please sign in to comment.