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.1.6](astral-sh/ruff-pre-commit@v0.0.261...v0.1.6)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.1.0](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.1.0)
- [github.com/psf/black: 23.3.0 → 23.11.0](psf/black@23.3.0...23.11.0)
- [github.com/streetsidesoftware/cspell-cli: v6.31.0 → v8.0.0](streetsidesoftware/cspell-cli@v6.31.0...v8.0.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.4](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.4)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.6](codespell-project/codespell@v2.2.4...v2.2.6)
- [github.com/adrienverge/yamllint: v1.30.0 → v1.33.0](adrienverge/yamllint@v1.30.0...v1.33.0)
- [github.com/pycqa/pylint: v2.17.1 → v3.0.1](pylint-dev/pylint@v2.17.1...v3.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 20, 2023
1 parent 6be1a58 commit dfbe4bb
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.1.6"
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: "v3.1.0"
hooks:
- id: prettier
additional_dependencies:
- prettier
- prettier-plugin-toml

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

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

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

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.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.2.6
hooks:
- id: codespell

- repo: https://github.com/adrienverge/yamllint
rev: v1.30.0
rev: v1.33.0
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.0.1
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit dfbe4bb

Please sign in to comment.