Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ups for pre-commit #167

Merged
merged 1 commit into from
Jul 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading