Skip to content

Commit

Permalink
pre-commit.ci autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)

remove forbid-new-submodules pre-commit/pre-commit-hooks#707
  • Loading branch information
JJMC89 committed Dec 28, 2021
1 parent f12e9bf commit ae23baf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
ci:
autoupdate_commit_msg: 'chore: pre-commit.ci autoupdate'
repos:
- repo: meta
hooks:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -25,7 +23,6 @@ repos:
- id: fix-encoding-pragma
args:
- --remove
- id: forbid-new-submodules
- id: mixed-line-ending
- id: requirements-txt-fixer
- id: trailing-whitespace
Expand Down

0 comments on commit ae23baf

Please sign in to comment.