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/python-poetry/poetry: 1.5.0 → 1.6.0](python-poetry/poetry@1.5.0...1.6.0)
- [github.com/iterative/dvc: 2.51.0 → 3.15.3](iterative/dvc@2.51.0...3.15.3)
- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.285](astral-sh/ruff-pre-commit@v0.0.270...v0.0.285)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.1](pre-commit/mirrors-mypy@v1.3.0...v1.5.1)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.2](pre-commit/mirrors-prettier@v2.7.1...v3.0.2)
  • Loading branch information
pre-commit-ci[bot] authored Aug 21, 2023
1 parent 008ab0a commit e5b800d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ default_language_version:

repos:
- repo: https://github.com/python-poetry/poetry
rev: 1.5.0
rev: 1.6.0
hooks:
- id: poetry-check
name: Check poetry (poetry-check)
always_run: true

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

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.270
rev: v0.0.285
hooks:
- id: ruff
name: Check style and linting (ruff)

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.5.1
hooks:
- id: mypy
name: Check types (mypy)
additional_dependencies: [types-requests]
require_serial: true

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black-jupyter
name: Format python code (black)

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

0 comments on commit e5b800d

Please sign in to comment.