@@ -140,8 +140,8 @@ There are a _few_ options, mostly to enable/disable certain files, remove string
140140normalization, and to change the line length, and those go in your
141141` pyproject.toml` file.
142142
143- ::::{tab-set}
144- :::{tab-item} Ruff-format
143+ ::::: {tab-set}
144+ :::: {tab-item} Ruff-format
145145Ruff, the powerful Rust-based linter, has a formatter that is designed with the
146146help of some of the Black authors to look 99.9% like Black, but run 30x faster.
147147Here is the snippet to add the formatter to your `.pre-commit-config.yml`
@@ -171,8 +171,8 @@ recommended as well.
171171` ` `
172172
173173:: :
174- :: :
175- :::{tab-item} Black
174+ ::: :
175+ :::: {tab-item} Black
176176Here is the snippet to add Black to your `.pre-commit-config.yml` :
177177
178178` ` ` yaml
@@ -194,9 +194,9 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`:
194194 :target: https://github.com/psf/black
195195` ` `
196196
197- :: :
198197:: :
199198::: :
199+ :::: :
200200
201201In _very_ specific situations, like when making a 2D array, you may want to
202202retain special formatting. After carefully deciding that it is a special use
@@ -435,7 +435,7 @@ release.
435435
436436:: :
437437
438- :::{dropdown} Separate tools that Ruff replaces
438+ :::: {dropdown} Separate tools that Ruff replaces
439439
440440# ### PyCln
441441
@@ -600,7 +600,7 @@ args: ["-a", "from __future__ import annotations"]
600600Also make sure isort comes before pyupgrade. Now when you run pre-commit, it
601601will clean up your annotations to 3.7+ style, too!
602602:: :
603- :: :
603+ ::: :
604604
605605# ## Type checking
606606
@@ -681,7 +681,7 @@ errors in your typing.
681681
682682If you use setuptools, these checks are useful :
683683
684- :::{dropdown} Setuptools-only checks
684+ :::: {dropdown} Setuptools-only checks
685685
686686# ### Check-Manifest (setuptools only)
687687
@@ -742,7 +742,7 @@ important parts (like Python classifiers) are in sync. This tool,
742742` ` `
743743
744744Make sure you list the highest version of Python you are testing with here.
745- :: :
745+ ::: :
746746
747747# ## Spelling
748748
0 commit comments