Skip to content

Commit 1896c18

Browse files
committedJul 7, 2021
Update the pre-commit file and add info as comments
1 parent 0bb8efa commit 1896c18

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# https://pre-commit.com/
23
default_stages: [commit, push]
34
default_language_version:
45
# force all unspecified Python hooks to run python3
@@ -53,6 +54,8 @@ repos:
5354
name: Run markdownlint
5455
description: Check all Markdown files with markdownlint
5556
entry: markdownlint -c .github/linters/.markdown-lint.yml .
57+
types: [markdown]
58+
files: \.(md|mdown|markdown)$
5659
- repo: https://github.com/adrienverge/yamllint
5760
rev: v1.26.1
5861
hooks:
@@ -61,3 +64,4 @@ repos:
6164
description: Check YAML files with yamllint
6265
entry: yamllint --strict -c .github/linters/.yaml-lint.yml .
6366
types: [yaml]
67+
files: \.(yml|yaml)$

‎.rubocop.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://rubocop.org/
12
AllCops:
23
NewCops: disable
34

0 commit comments

Comments
 (0)