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/pycqa/pylint.git: v3.0.0a6 → v3.0.0a7](https://github.com/pycqa/pylint.git/compare/v3.0.0a6...v3.0.0a7)
  • Loading branch information
pre-commit-ci[bot] authored Aug 22, 2023
1 parent 5cb6617 commit c45ca0d
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 @@ -9,7 +9,7 @@ exclude: >
)$
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.1"
rev: "v3.0.2"
hooks:
- id: prettier
# Original hook implementation is flaky due to *several* bugs described
Expand Down Expand Up @@ -41,7 +41,7 @@ repos:
language_version: python3

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.284"
rev: "v0.0.285"
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -147,7 +147,7 @@ repos:
args: ["--py39-plus"]

- repo: https://github.com/pycqa/pylint.git
rev: v3.0.0a6
rev: v3.0.0a7
hooks:
- id: pylint
args:
Expand Down

0 comments on commit c45ca0d

Please sign in to comment.