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: v4.0.0-alpha.4 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.7)
- [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8](astral-sh/ruff-pre-commit@v0.1.7...v0.1.8)
- [github.com/pycqa/pylint: v3.0.1 → v3.0.3](pylint-dev/pylint@v3.0.1...v3.0.3)
  • Loading branch information
pre-commit-ci[bot] authored Dec 18, 2023
1 parent 043212d commit fd4cbd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_language_version:
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: "v4.0.0-alpha.4"
rev: "v4.0.0-alpha.7"
hooks:
- id: prettier
# Temporary excludes so we can gradually normalize the formatting
Expand All @@ -23,7 +23,7 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
language_version: python3
Expand All @@ -47,7 +47,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.7"
rev: "v0.1.8"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -77,7 +77,7 @@ repos:
- types-setuptools
- wcmatch
- repo: https://github.com/pycqa/pylint
rev: v3.0.1
rev: v3.0.3
hooks:
- id: pylint
args:
Expand Down

0 comments on commit fd4cbd3

Please sign in to comment.