Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.261 → v0.4.5](astral-sh/ruff-pre-commit@v0.0.261...v0.4.5)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v4.0.0-alpha.8)
- [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2)
- [github.com/streetsidesoftware/cspell-cli: v6.31.0 → v8.8.2](streetsidesoftware/cspell-cli@v6.31.0...v8.8.2)
- [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.5](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.5)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/codespell-project/codespell: v2.2.4 → v2.3.0](codespell-project/codespell@v2.2.4...v2.3.0)
- [github.com/adrienverge/yamllint: v1.30.0 → v1.35.1](adrienverge/yamllint@v1.30.0...v1.35.1)
- [github.com/pycqa/pylint: v2.17.1 → v3.2.2](pylint-dev/pylint@v2.17.1...v3.2.2)
  • Loading branch information
pre-commit-ci[bot] authored May 27, 2024
1 parent 6be1a58 commit 32986b9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
---
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.261"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.5"
hooks:
- id: ruff
args:
- "--fix"
- "--exit-non-zero-on-fix"

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.6"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
additional_dependencies:
- prettier
- prettier-plugin-toml

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v6.31.0
rev: v8.8.2
hooks:
- id: cspell
name: Spell check with cspell

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.5
hooks:
- id: remove-tabs

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-symlinks
Expand All @@ -44,12 +44,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.3.0
hooks:
- id: codespell

- repo: https://github.com/adrienverge/yamllint
rev: v1.30.0
rev: v1.35.1
hooks:
- id: yamllint
args:
Expand All @@ -62,7 +62,7 @@ repos:
- id: darglint

- repo: https://github.com/pycqa/pylint
rev: v2.17.1
rev: v3.2.2
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 32986b9

Please sign in to comment.