From e2b8b649c78fd7ba8c3c4b911afecbc975a2b573 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Sat, 14 Dec 2024 12:31:41 +0100 Subject: [PATCH] Drop reference to defunct "css" check The check was already removed previously so there's an error from it being referenced here --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 121c4e43..dbc90c7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,7 +163,7 @@ dependencies = [ spelling = 'codespell properdocs docs *.* -S LC_MESSAGES -S "*.min.js" -S "lunr*.js" -S fontawesome-webfont.svg -S tinyseg.js -S "*.map"' markdown = "npm exec --yes -- markdownlint-cli README.md CONTRIBUTING.md docs/ --ignore docs/CNAME" js = "npm exec --yes -- jshint properdocs/" -check = ["markdown", "js", "css", "spelling"] +check = ["markdown", "js", "spelling"] [tool.hatch.env.collectors.mkdocs.docs] path = "properdocs.yml"