Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Aug 19, 2024
1 parent 9b8ca43 commit a5f3f4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.4.2"
rev: "v0.6.1"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -90,14 +90,14 @@ repos:
# - id: mypy

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.41.0
hooks:
- id: markdownlint
args: ["--disable", "MD013"]

# code spell check via cspell
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.7.0
rev: v8.13.3
hooks:
- id: cspell

Expand Down

0 comments on commit a5f3f4d

Please sign in to comment.