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/igorshubovych/markdownlint-cli: v0.27.1 → v0.28.1](igorshubovych/markdownlint-cli@v0.27.1...v0.28.1)
- [github.com/pre-commit/mirrors-prettier: v2.3.2 → v2.4.1](pre-commit/mirrors-prettier@v2.3.2...v2.4.1)
- [github.com/psf/black: 21.6b0 → 21.9b0](psf/black@21.6b0...21.9b0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 20, 2021
1 parent f9a0085 commit 80e9d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ repos:
hooks:
- id: dockerfilelint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.27.1
rev: v0.28.1
hooks:
- id: markdownlint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2
rev: v2.4.1
hooks:
- id: prettier
args:
- --config-precedence=file-override
additional_dependencies:
- [email protected]
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.9b0
hooks:
- id: black
language_version: python3.8
Expand Down

0 comments on commit 80e9d52

Please sign in to comment.