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/mirrors-prettier: v3.0.1 → v3.0.2](pre-commit/mirrors-prettier@v3.0.1...v3.0.2)
- [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285](astral-sh/ruff-pre-commit@v0.0.284...v0.0.285)
- [github.com/jsh9/pydoclint: 0.1.5 → 0.2.1](jsh9/pydoclint@0.1.5...0.2.1)
- [github.com/pycqa/pylint.git: v3.0.0a6 → v3.0.0a7](https://github.com/pycqa/pylint.git/compare/v3.0.0a6...v3.0.0a7)
- [github.com/pre-commit/mirrors-mypy.git: v1.5.0 → v1.5.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.5.0...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 21, 2023
1 parent 297d273 commit 8ff3888
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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: v3.0.1
rev: v3.0.2
hooks:
- id: prettier
always_run: true
Expand All @@ -50,7 +50,7 @@ repos:
- id: tox-ini-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.284"
rev: "v0.0.285"
hooks:
- id: ruff
args:
Expand All @@ -63,14 +63,14 @@ repos:
name: Spell check with cspell

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

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

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

0 comments on commit 8ff3888

Please sign in to comment.