Skip to content
This repository has been archived by the owner on Nov 4, 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/iterative/dvc: 2.51.0 → 3.0.0a2](iterative/dvc@2.51.0...3.0.0a2)
- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.270...v0.0.272)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.9-for-vscode)
  • Loading branch information
pre-commit-ci[bot] authored Jun 12, 2023
1 parent 008ab0a commit 22260c0
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 @@ -14,7 +14,7 @@ repos:
always_run: true

- repo: https://github.com/iterative/dvc
rev: 2.51.0
rev: 3.0.0a2
hooks:
- id: dvc-pre-commit
additional_dependencies:
Expand Down Expand Up @@ -63,7 +63,7 @@ repos:
types: [jupyter]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.270
rev: v0.0.272
hooks:
- id: ruff
name: Check style and linting (ruff)
Expand All @@ -83,7 +83,7 @@ repos:
name: Format python code (black)

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
name: Format files (prettier)
Expand Down

0 comments on commit 22260c0

Please sign in to comment.