Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
and unpin python for interrogate πŸŽ‰
  • Loading branch information
hynek committed Apr 9, 2024
1 parent 88e2896 commit 5ce5d82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -15,10 +15,9 @@ repos:
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/econchick/interrogate
rev: 1.5.0
rev: 1.7.0
hooks:
- id: interrogate
language_version: python3.11
args: [tests]

- repo: https://github.com/codespell-project/codespell
Expand All @@ -28,7 +27,7 @@ repos:
args: [--exclude-file=tests/test_mypy.yml]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 5ce5d82

Please sign in to comment.