diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0e93113c1..3d71ab0d1d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: - -d - '{extends: relaxed, rules: {line-length: {max: 90}}}' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.1 + rev: v0.1.3 hooks: - id: ruff - repo: https://github.com/PyCQA/autoflake @@ -66,7 +66,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/codespell-project/codespell