Skip to content

Commit

Permalink
fix ups for pre-commit (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Jul 13, 2024
1 parent cc319d0 commit 85b98f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,14 @@ repos:
hooks:
- id: markdownlint
name: Run markdownlint
entry: markdownlint --fix -c .github/linters/.markdown-lint.yml .
args: [--config=.github/linters/.markdown-lint.yml]
exclude: ^\.github/.*$|^_site/.*$|^vendor/.*$
- repo: https://github.com/tcort/markdown-link-check
rev: v3.12.2
hooks:
- id: markdown-link-check
args: ["-q", "-c", ".markdown-link-check.json"]
files: ^(?!.*(network|blog|index)\.md$).*\.md$
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: \.html$|^_site/.*$
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
Expand Down
2 changes: 1 addition & 1 deletion _networks/jbampton.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ irb(main):003:0> exit
RobyGems@Universe~ $
```

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)
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)

If you have Ruby installed you can run:

Expand Down

0 comments on commit 85b98f2

Please sign in to comment.