Skip to content

Commit

Permalink
chore: Fix linter (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Apr 13, 2022
1 parent 9627c48 commit ac54720
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
# Git style
- id: check-added-large-files
Expand All @@ -13,6 +13,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
exclude: CHANGELOG.md
- id: check-yaml
- id: check-merge-conflict
- id: check-executables-have-shebangs
Expand All @@ -29,15 +30,15 @@ repos:


- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
rev: 2.1.6
hooks:
- id: shfmt
args: ['-l', '-i', '2', '-ci', '-sr', '-w']
- id: shellcheck

# Dockerfile linter
- repo: https://github.com/hadolint/hadolint
rev: v2.8.0
rev: v2.10.0
hooks:
- id: hadolint
args: [
Expand Down

0 comments on commit ac54720

Please sign in to comment.