Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v3.3.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.3.0...v4.0.1)
- [github.com/igorshubovych/markdownlint-cli: v0.23.2 → v0.30.0](igorshubovych/markdownlint-cli@v0.23.2...v0.30.0)
- [github.com/fsfe/reuse-tool: v0.12.1 → v0.13.0](fsfe/reuse-tool@v0.12.1...v0.13.0)
- [github.com/adrienverge/yamllint: v1.26.1 → v1.26.3](adrienverge/yamllint@v1.26.1...v1.26.3)
  • Loading branch information
pre-commit-ci[bot] authored Nov 22, 2021
1 parent 9771917 commit e1a6922
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
# Some out-of-the-box hooks for pre-commit
# https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.0.1
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -37,7 +37,7 @@ repos:
# Check Markdown documents with Markdownlint(Node.js variant)
# https://github.com/DavidAnson/markdownlint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.23.2
rev: v0.30.0
hooks:
- id: markdownlint

Expand All @@ -53,14 +53,14 @@ repos:
# Check REUSE compliance
# https://reuse.software/
- repo: https://github.com/fsfe/reuse-tool
rev: v0.12.1
rev: v0.13.0
hooks:
- id: reuse

# Check YAML files
# https://github.com/adrienverge/yamllint
- repo: https://github.com/adrienverge/yamllint
rev: v1.26.1
rev: v1.26.3
hooks:
- id: yamllint
files: \.(yaml|yml|yamllint)$
Expand Down

0 comments on commit e1a6922

Please sign in to comment.