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.8.0](python-poetry/poetry@1.5.0...1.8.0)
- [github.com/iterative/dvc: 2.51.0 → 3.56.0](iterative/dvc@2.51.0...3.56.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/kynan/nbstripout: 0.6.1 → 0.8.0](kynan/nbstripout@0.6.1...0.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.7.2](astral-sh/ruff-pre-commit@v0.0.270...v0.7.2)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.13.0](pre-commit/mirrors-mypy@v1.3.0...v1.13.0)
- [github.com/psf/black: 23.3.0 → 24.10.0](psf/black@23.3.0...24.10.0)
- [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)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 008ab0a commit be983bb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ default_language_version:

repos:
- repo: https://github.com/python-poetry/poetry
rev: 1.5.0
rev: 1.8.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.56.0
hooks:
- id: dvc-pre-commit
additional_dependencies:
- .[all]
language_version: python3
stages:
- commit
- pre-commit
- id: dvc-pre-push
additional_dependencies:
- .[all]
language_version: python3
stages:
- push
- pre-push
- id: dvc-post-checkout
additional_dependencies:
- .[all]
Expand All @@ -37,7 +37,7 @@ repos:
always_run: true

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-case-conflict
name: Check case conflict (check-case-conflict)
Expand All @@ -55,35 +55,35 @@ repos:
name: Check added large files (check-added-large-files)

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.8.0
hooks:
- id: nbstripout
name: strip output from notebooks (nbstripout)
stages: [commit, push]
stages: [pre-commit, pre-push]
types: [jupyter]

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.13.0
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: 24.10.0
hooks:
- id: black-jupyter
name: Format python code (black)

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

0 comments on commit be983bb

Please sign in to comment.