Skip to content

Commit

Permalink
pre-commit autoupdate (#31)
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)
- [github.com/pre-commit/mirrors-mypy: v0.920 → v0.930](pre-commit/mirrors-mypy@v0.920...v0.930)

remove forbid-new-submodules pre-commit/pre-commit-hooks#707
  • Loading branch information
pre-commit-ci[bot] committed Dec 27, 2021
1 parent 2399f44 commit 2acd5b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -4,7 +4,7 @@ repos:
- 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 @@ -23,7 +23,6 @@ repos:
- id: fix-encoding-pragma
args:
- --remove
- id: forbid-new-submodules
- id: mixed-line-ending
- id: name-tests-test
- id: trailing-whitespace
Expand Down Expand Up @@ -81,7 +80,7 @@ repos:
- flake8-typing-imports
- pep8-naming
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.920
rev: v0.930
hooks:
- id: mypy
args: []
Expand Down

0 comments on commit 2acd5b3

Please sign in to comment.