We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f866931 commit 2c68ba8Copy full SHA for 2c68ba8
.gitignore
@@ -17,3 +17,6 @@ node_modules
17
fortune500.csv
18
mprun_demo.py
19
test.png
20
+
21
+# vale
22
+styles/*
.vale.ini
@@ -0,0 +1,8 @@
1
+StylesPath = styles
2
+MinAlertLevel = suggestion
3
4
+Packages = https://github.com/cusyio/cusy-vale/archive/refs/tags/v0.1.0.zip
5
6
+[*.{md,rst}]
7
+TokenIgnores = (:linenos:)
8
+BasedOnStyles = cusy-en
pyproject.toml
@@ -32,6 +32,7 @@ dev = [
32
"pyviz-tutorial[docs]",
33
"pre-commit",
34
"codespell",
35
+ "vale",
36
]
37
38
[project.urls]
styles/.gitignore
@@ -0,0 +1,3 @@
+# ignore everything except .gitignore
+*
+!.gitignore
0 commit comments