diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27614e7..8be4caa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,19 +21,19 @@ repos: - id: sort-simple-yaml files: .pre-commit-config.yaml - repo: https://github.com/hadialqattan/pycln - rev: v2.3.0 + rev: v2.4.0 hooks: - id: pycln args: [--config=pyproject.toml, src] types: [file] types_or: [python, pyi] - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 23.12.1 hooks: - id: black language_version: python3.11 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.0 + rev: v0.1.9 hooks: - id: ruff types: [file]