Skip to content

Commit

Permalink
Merge c0c91dc into 3ea08da
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Jun 27, 2019
2 parents 3ea08da + c0c91dc commit bdce3c5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .mdl_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"MD013": {
"code_blocks": false,
"tables": false
},
"default": true
}
16 changes: 7 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.16.0
rev: v0.17.0
hooks:
- id: markdownlint
# The LICENSE.md must match the license text exactly for
# GitHub's autorecognition fu to work, so we should leave it
# alone.
exclude: LICENSE.md
args:
- --config=.mdl_config.json
- repo: https://github.com/adrienverge/yamllint
rev: v1.15.0
rev: v1.16.0
hooks:
- id: yamllint
- repo: https://github.com/detailyang/pre-commit-shell
Expand All @@ -45,12 +43,12 @@ repos:
additional_dependencies:
- flake8-docstrings
- repo: https://github.com/asottile/pyupgrade
rev: v1.18.0
rev: v1.19.0
hooks:
- id: pyupgrade
# Run bandit on "tests" tree with a configuration
- repo: https://github.com/PyCQA/bandit
rev: 1.6.0
rev: 1.6.1
hooks:
- id: bandit
name: bandit (tests tree)
Expand Down Expand Up @@ -83,6 +81,6 @@ repos:
hooks:
- id: docker-compose-check
- repo: https://github.com/prettier/prettier
rev: 1.17.1
rev: 1.18.2
hooks:
- id: prettier
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ of contribution, and don't want a wall of rules to get in the way of
that.

Before contributing, we encourage you to read our CONTRIBUTING policy
(you are here), our [LICENSE](LICENSE.md), and our
[README](README.md), all of which should be in this repository.
(you are here), our [LICENSE](LICENSE), and our [README](README.md),
all of which should be in this repository.

## Issues ##

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ details.

## License ##

This project is in the worldwide [public domain](LICENSE.md).
This project is in the worldwide [public domain](LICENSE).

This project is in the public domain within the United States, and
copyright and related rights in the work worldwide are waived through
Expand Down

0 comments on commit bdce3c5

Please sign in to comment.