Skip to content

Commit b78f682

Browse files
committed
Remove markdownlint
1 parent d3129b0 commit b78f682

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ Install Python dependencies in a virtual environment.
1212
pip install --editable .[dev]
1313
```
1414

15-
Insall `npm` dependencies for linting Markdown files:
16-
17-
```sh
18-
npm install -g markdownlint-cli
19-
```
20-
2115
Spell checking requires `enchant`.
2216
This can be installed on macOS, for example, with [Homebrew](http://brew.sh):
2317

@@ -31,8 +25,6 @@ and on Ubuntu with `apt`:
3125
apt-get install -y enchant
3226
```
3327

34-
and to lint
35-
3628
## Linting
3729

3830
Run lint tools:

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ lint:
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
1817
fix-lint:

0 commit comments

Comments
 (0)