Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#593)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1)
- [github.com/econchick/interrogate: 1.3.2 → 1.4.0](econchick/interrogate@1.3.2...1.4.0)
- [github.com/asottile/pyupgrade: v2.15.0 → v2.16.0](asottile/pyupgrade@v2.15.0...v2.16.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed May 17, 2021
1 parent 2982cfa commit 7725b79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -3,7 +3,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: end-of-file-fixer
- id: requirements-txt-fixer
Expand Down Expand Up @@ -43,7 +43,7 @@ repos:
- id: pydocstyle
files: ^nbqa/
- repo: https://github.com/econchick/interrogate
rev: 1.3.2
rev: 1.4.0
hooks:
- id: interrogate
args: [-v, --fail-under=100]
Expand All @@ -54,7 +54,7 @@ repos:
- id: mypy
exclude: ^docs/
- repo: https://github.com/asottile/pyupgrade
rev: v2.15.0
rev: v2.16.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit 7725b79

Please sign in to comment.