File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,6 @@ Install Python dependencies in a virtual environment.
1212pip install --editable .[dev]
1313```
1414
15- Insall ` npm ` dependencies for linting Markdown files:
16-
17- ``` sh
18- npm install -g markdownlint-cli
19- ```
20-
2115Spell checking requires ` enchant ` .
2216This can be installed on macOS, for example, with [ Homebrew] ( http://brew.sh ) :
2317
@@ -31,8 +25,6 @@ and on Ubuntu with `apt`:
3125apt-get install -y enchant
3226```
3327
34- and to lint
35-
3628## Linting
3729
3830Run lint tools:
Original file line number Diff line number Diff line change 1212 pyroma .
1313 vulture . --min-confidence 100
1414 yapf --diff --recursive src/ tests/ ci/
15- markdownlint --config .markdownlint.json README.md CONTRIBUTING.md
1615
1716.PHONY : fix-lint
1817fix-lint :
You can’t perform that action at this time.
0 commit comments