Skip to content

Commit

Permalink
pre-commit: bump hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jun 23, 2021
1 parent c37d5f7 commit d7c9065
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 @@ -21,20 +21,20 @@
repos:
# Autoformat: Python code
- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 21.6b0
hooks:
- id: black
args: [--target-version=py36]

# Autoformat: Bash scripts
- repo: https://github.com/lovesegfault/beautysh
rev: 6.0.1
rev: v6.1.0
hooks:
- id: beautysh

# Autoformat: markdown, yaml (but not helm templates)
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
rev: v2.3.1
hooks:
- id: prettier

Expand Down

0 comments on commit d7c9065

Please sign in to comment.