Skip to content

Commit

Permalink
style: bump pre-commit-hooks and isort in pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Dec 11, 2024
1 parent df323e7 commit 56d1507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,7 +17,7 @@ repos:
hooks:
- id: mypy
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.13.2
hooks:
- id: isort
args: [--profile=black]
Expand Down
1 change: 1 addition & 0 deletions py/test/test_endpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import unittest

import numpy as np

from soundswallower import Endpointer

DATADIR = os.path.join(os.path.dirname(__file__), "..", "..", "tests", "data")
Expand Down

0 comments on commit 56d1507

Please sign in to comment.