Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

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-eslint: v8.53.0 → v9.0.0-beta.2](pre-commit/mirrors-eslint@v8.53.0...v9.0.0-beta.2)
- [github.com/psf/black: 23.11.0 → 24.3.0](psf/black@23.11.0...24.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.3.3](astral-sh/ruff-pre-commit@v0.1.5...v0.3.3)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] authored Mar 18, 2024
1 parent 7121215 commit d9d75b3
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 @@ -20,15 +20,15 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.53.0
rev: v9.0.0-beta.2
hooks:
- id: eslint
args: [--fix]
additional_dependencies:
- eslint@latest
- eslint-config-prettier
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
Expand All @@ -38,7 +38,7 @@ repos:
additional_dependencies: ["tomli"]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.1.5"
rev: "v0.3.3"
hooks:
- id: ruff
args: [--fix]
Expand All @@ -48,6 +48,6 @@ repos:
- id: mdformat
args: ["--wrap=80"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier

0 comments on commit d9d75b3

Please sign in to comment.