Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [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/psf/black-pre-commit-mirror: 23.9.1 → 23.10.0](psf/black-pre-commit-mirror@23.9.1...23.10.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.290...v0.1.1)
- [github.com/streetsidesoftware/cspell-cli: v7.3.0 → v7.3.2](streetsidesoftware/cspell-cli@v7.3.0...v7.3.2)
- [github.com/jsh9/pydoclint: 0.3.2 → 0.3.8](jsh9/pydoclint@0.3.2...0.3.8)
- [github.com/pycqa/pylint.git: v3.0.0a7 → v3.0.1](https://github.com/pycqa/pylint.git/compare/v3.0.0a7...v3.0.1)
- [github.com/pre-commit/mirrors-mypy.git: v1.5.1 → v1.6.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.5.1...v1.6.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent 86aa5cf commit 69966be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- 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 Down Expand Up @@ -35,7 +35,7 @@ repos:
- prettier-plugin-sort-json

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black

Expand All @@ -50,27 +50,27 @@ repos:
- id: tox-ini-fmt

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

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

- repo: https://github.com/jsh9/pydoclint
rev: 0.3.2
rev: 0.3.8
hooks:
- id: pydoclint
args:
- "--config=pyproject.toml"

- repo: https://github.com/pycqa/pylint.git
rev: v3.0.0a7
rev: v3.0.1
hooks:
- id: pylint
args:
Expand All @@ -82,7 +82,7 @@ repos:
- tox

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 69966be

Please sign in to comment.