mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-15 04:49:31 +00:00
Add markdownlint
and dev Ruff to pre-commit
(#2303)
This commit is contained in:
parent
ec8b827d26
commit
bdcab87d2f
23 changed files with 277 additions and 236 deletions
|
@ -7,7 +7,7 @@ use ruff::settings::options_base::{ConfigurationOptions, OptionEntry, OptionFiel
|
|||
|
||||
use crate::utils::replace_readme_section;
|
||||
|
||||
const BEGIN_PRAGMA: &str = "<!-- Begin auto-generated options sections. -->";
|
||||
const BEGIN_PRAGMA: &str = "<!-- Begin auto-generated options sections. -->\n";
|
||||
const END_PRAGMA: &str = "<!-- End auto-generated options sections. -->";
|
||||
|
||||
#[derive(clap::Args)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue