diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c1d99f..145e5cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: files: ^(.*\.toml)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.1.8 hooks: - id: ruff args: [ --exit-non-zero-on-fix, --fix ] @@ -33,10 +33,10 @@ repos: - repo: https://github.com/psf/black hooks: - id: black - rev: 23.11.0 + rev: 23.12.0 - repo: https://github.com/LilSpazJoekp/docstrfmt hooks: - id: docstrfmt require_serial: true - rev: v1.5.1 + rev: v1.6.1