Version ups (#117)

Rutine version ups for
- python-depdencies
- pre-commits
- piplines
This commit is contained in:
2023-09-17 13:50:53 +02:00
committed by GitHub
parent 06fef5361d
commit 80f077ee7a
4 changed files with 302 additions and 298 deletions

View File

@ -26,13 +26,13 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.287
rev: v0.0.289
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.9.0
rev: 23.9.1
hooks:
- id: black
args: [--config=pyproject.toml]