Skip to content

Commit

Permalink
Merge branch 'main' into add_git_source
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte authored Dec 12, 2023
2 parents d625845 + 03cfc82 commit b420858
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 @@ -25,7 +25,7 @@ repos:

- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v4.0.0-alpha.3
rev: v4.0.0-alpha.4
hooks:
- id: prettier
always_run: true
Expand All @@ -50,14 +50,14 @@ repos:
- id: tox-ini-fmt

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.0.0
rev: v8.1.1
hooks:
- id: cspell
name: Spell check with cspell
Expand Down

0 comments on commit b420858

Please sign in to comment.