From de43c0d19d3acd6a64a3b14254f925974d6daab4 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:32:54 -0500 Subject: [PATCH] docs: Add link to ruff issue --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f80d134..88f0879 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,8 +6,8 @@ repos: rev: v0.1.9 hooks: - id: ruff - # args: [--fix, --exit-non-zero-on-fix] # ruff-format is not used, as it makes changes to the ipynb structure, not only the Python code. + # https://github.com/astral-sh/ruff/issues/8370 - repo: https://github.com/nbQA-dev/nbQA rev: 1.7.1 hooks: