Skip to content

Commit b936c5b

Browse files
authored
Merge pull request #31 from ProperDocs/css
Drop reference to defunct "css" check
1 parent 2ad739e commit b936c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ dependencies = [
163163
spelling = 'codespell properdocs docs *.* -S LC_MESSAGES -S "*.min.js" -S "lunr*.js" -S fontawesome-webfont.svg -S tinyseg.js -S "*.map"'
164164
markdown = "npm exec --yes -- markdownlint-cli README.md CONTRIBUTING.md docs/ --ignore docs/CNAME"
165165
js = "npm exec --yes -- jshint properdocs/"
166-
check = ["markdown", "js", "css", "spelling"]
166+
check = ["markdown", "js", "spelling"]
167167

168168
[tool.hatch.env.collectors.mkdocs.docs]
169169
path = "properdocs.yml"

0 commit comments

Comments
 (0)