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.11.0 → 23.12.1](psf/black-pre-commit-mirror@23.11.0...23.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.5...v0.1.14)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
- [github.com/pre-commit/mirrors-eslint: v8.1.0 → v9.0.0-alpha.1](pre-commit/mirrors-eslint@v8.1.0...v9.0.0-alpha.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 22, 2024
1 parent bb04c76 commit 0ef2f17
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -13,7 +13,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/adamchainz/blacken-docs
Expand All @@ -22,17 +22,17 @@ repos:
- id: blacken-docs
additional_dependencies: [black==23.11.0]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.5'
rev: 'v0.1.14'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v2.7.1'
rev: 'v4.0.0-alpha.8'
hooks:
- id: prettier
types_or: [markdown, css, scss, javascript, json, yaml, ts, tsx]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v8.1.0'
rev: 'v9.0.0-alpha.1'
hooks:
- id: eslint
additional_dependencies:
Expand Down

0 comments on commit 0ef2f17

Please sign in to comment.