diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 728065ea..4813c5e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,3 @@ -default_language_version: - python: python3.11 repos: - repo: local hooks: @@ -44,7 +42,7 @@ repos: files: ^(.*\.toml)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.1 + rev: v0.1.5 hooks: - id: ruff args: [ --exit-non-zero-on-fix, --fix ] @@ -53,7 +51,7 @@ repos: - repo: https://github.com/psf/black hooks: - id: black - rev: 23.10.0 + rev: 23.11.0 - repo: https://github.com/LilSpazJoekp/docstrfmt hooks: