From 60a2b3ceb607fd2dc19883ad06dcdabcfcac7bdb Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Fri, 19 Apr 2024 01:20:59 -0400 Subject: [PATCH] Add link in docs --- docs/blog/posts/release-hatch-1100.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/release-hatch-1100.md b/docs/blog/posts/release-hatch-1100.md index e374b2bfd..08801b1cc 100644 --- a/docs/blog/posts/release-hatch-1100.md +++ b/docs/blog/posts/release-hatch-1100.md @@ -92,7 +92,7 @@ See the [how-to guide](../../how-to/run/python-scripts.md) for more information. ## Static analysis -The environment used for static analysis is now [completely configurable](../../config/internal/static-analysis.md#customize-behavior) such that you can fully alter the underlying behavior of the [`fmt`](../../cli/reference.md#hatch-fmt) command. +The environment used for static analysis is now [completely configurable](../../config/internal/static-analysis.md#customize-behavior) such that you can fully alter the underlying behavior of the [`fmt`](../../cli/reference.md#hatch-fmt) command (see the [how-to](../../how-to/static-analysis/behavior.md)). Additionally, Ruff has been updated to version 1.4.0 and the rules selected by default have been updated accordingly. Check out their [blog post](https://astral.sh/blog/ruff-v0.4.0) about how the new hand-written parser has made it twice as fast!