diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0918d00..c4491ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,14 +7,14 @@ default_language_version: repos: - repo: https://github.com/python-poetry/poetry - rev: 1.5.0 + rev: 1.7.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.33.4 hooks: - id: dvc-pre-commit additional_dependencies: @@ -37,7 +37,7 @@ repos: always_run: true - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-case-conflict name: Check case conflict (check-case-conflict) @@ -63,13 +63,13 @@ repos: types: [jupyter] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.270 + rev: v0.1.8 hooks: - id: ruff name: Check style and linting (ruff) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.7.1 hooks: - id: mypy name: Check types (mypy) @@ -77,13 +77,13 @@ repos: require_serial: true - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.12.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.7 hooks: - id: prettier name: Format files (prettier)