Skip to content

Commit

Permalink
🔧 Add vale
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Oct 1, 2024
1 parent fccd967 commit c1ef60a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ node_modules
fortune500.csv
mprun_demo.py
test.png

# vale
styles/*
8 changes: 8 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
StylesPath = styles
MinAlertLevel = suggestion

Packages = https://github.com/cusyio/cusy-vale/archive/refs/tags/v0.1.0.zip

[*.{md,rst}]
TokenIgnores = (:linenos:)
BasedOnStyles = cusy-de
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@ dev = [
"pyviz-tutorial[docs]",
"pre-commit",
"codespell",
"vale",
]

[project.urls]
"Homepage" = "https://github.com/veit/pyviz-tutorial/"
"Bug Tracker" = "https://github.com/veit/pyviz-tutorial/issues"

[tool.setuptools]
packages = []

[tool.codespell]
skip = "*.ipynb, *.rst, *.svg, ./pyviz_tutorial.egg-info/*"
3 changes: 3 additions & 0 deletions styles/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ignore everything except .gitignore
*
!.gitignore

0 comments on commit c1ef60a

Please sign in to comment.