Skip to content

Commit

Permalink
Update the pre-commit file and add info as comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Jul 7, 2021
1 parent 0bb8efa commit 1896c18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# https://pre-commit.com/
default_stages: [commit, push]
default_language_version:
# force all unspecified Python hooks to run python3
Expand Down Expand Up @@ -53,6 +54,8 @@ repos:
name: Run markdownlint
description: Check all Markdown files with markdownlint
entry: markdownlint -c .github/linters/.markdown-lint.yml .
types: [markdown]
files: \.(md|mdown|markdown)$
- repo: https://github.com/adrienverge/yamllint
rev: v1.26.1
hooks:
Expand All @@ -61,3 +64,4 @@ repos:
description: Check YAML files with yamllint
entry: yamllint --strict -c .github/linters/.yaml-lint.yml .
types: [yaml]
files: \.(yml|yaml)$
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://rubocop.org/
AllCops:
NewCops: disable

Expand Down

0 comments on commit 1896c18

Please sign in to comment.