Skip to content

Commit

Permalink
Updated default pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinOrlowski committed Sep 30, 2021
1 parent d1f7491 commit d273182
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml.dist
Expand Up @@ -13,11 +13,9 @@ repos:
hooks:
# Prevent giant files from being committed
- id: check-added-large-files
args: ['--maxkb=1555550']
args: ['--maxkb=100']
# This hook checks yaml files for parseable syntax
- id: check-yaml
# forbid files which have a UTF-8 byte-order marker
- id: check-byte-order-marker
# Check for files that would conflict in case-insensitive filesystems
- id: check-case-conflict
# Ensures that (non-binary) executables have a shebang.
Expand Down Expand Up @@ -49,7 +47,7 @@ repos:
- id: forbid-crlf

- repo: https://github.com/MarcinOrlowski/pre-commit-hooks
rev: 1.2.1
rev: 1.3.0
hooks:
# Checks modified Java files with Checkstyle linter.
- id: checkstyle-jar
Expand Down

0 comments on commit d273182

Please sign in to comment.