Skip to content

Commit 85b98f2

Browse files
authored
fix ups for pre-commit (#167)
1 parent cc319d0 commit 85b98f2

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,14 @@ repos:
4040
hooks:
4141
- id: markdownlint
4242
name: Run markdownlint
43-
entry: markdownlint --fix -c .github/linters/.markdown-lint.yml .
43+
args: [--config=.github/linters/.markdown-lint.yml]
4444
exclude: ^\.github/.*$|^_site/.*$|^vendor/.*$
4545
- repo: https://github.com/tcort/markdown-link-check
4646
rev: v3.12.2
4747
hooks:
4848
- id: markdown-link-check
4949
args: ["-q", "-c", ".markdown-link-check.json"]
5050
files: ^(?!.*(network|blog|index)\.md$).*\.md$
51-
- repo: https://github.com/pre-commit/mirrors-prettier
52-
rev: v4.0.0-alpha.8
53-
hooks:
54-
- id: prettier
55-
exclude: \.html$|^_site/.*$
5651
- repo: https://github.com/adrienverge/yamllint
5752
rev: v1.35.1
5853
hooks:

_networks/jbampton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ irb(main):003:0> exit
2626
RobyGems@Universe~ $
2727
```
2828

29-
You can read up more on [Interactive Ruby shell](https://ruby-doc.org/stdlib-3.0.0/libdoc/irb/rdoc/IRB.html) or irb [here](https://en.wikipedia.org/wiki/Interactive_Ruby_Shell)
29+
You can read up more on [Interactive Ruby shell](https://ruby-doc.org/stdlib-3.0.0/libdoc/irb/rdoc/IRB.html) or irb [here](https://github.com/ruby/irb)
3030

3131
If you have Ruby installed you can run:
3232

0 commit comments

Comments
 (0)