Skip to content

Commit

Permalink
Merge pull request #333 from ocefpaf/fix_interrogate_version
Browse files Browse the repository at this point in the history
Fix interrogate deprecation warning
  • Loading branch information
ocefpaf authored Feb 22, 2024
2 parents adbb3f2 + 02247ad commit 2fead37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
files: requirements-dev.txt

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
language_version: python3
Expand All @@ -33,7 +33,7 @@ repos:
- id: blackdoc

- repo: https://github.com/econchick/interrogate
rev: 1.5.0
rev: 237be78f9c6135fc1a620d211cdfdc5d3885082b
hooks:
- id: interrogate
exclude: ^(docs|tests)
Expand All @@ -56,7 +56,7 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.2.2
hooks:
- id: ruff

Expand Down

0 comments on commit 2fead37

Please sign in to comment.