diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 445c78a..88b5520 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,11 +61,11 @@ repos: - id: black language_version: python3.12 - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.18.0 hooks: - id: blacken-docs - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.8 + rev: v0.5.0 hooks: - id: ruff # args: @@ -78,7 +78,7 @@ repos: - black==24.4.2 - id: nbqa-ruff additional_dependencies: - - ruff==v0.4.8 + - ruff==v0.5.0 - repo: https://github.com/executablebooks/mdformat rev: 0.7.17 hooks: