Skip to content

Commit

Permalink
Merge pull request #64 from ReadAlongs/dependabot/pip/black-24.3.0
Browse files Browse the repository at this point in the history
build(deps-dev): bump black from 22.12.0 to 24.3.0
  • Loading branch information
dhdaines authored Mar 21, 2024
2 parents 7525bee + f9bea44 commit 60dba0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
1 change: 1 addition & 0 deletions py/soundswallower/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
print("Word %s from %.3f to %.3f" % (word, start, end))
"""

import collections
import os
import wave
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Cython
pytest
numpy
pre-commit
black==22.12.0
black==24.3.0
isort
mypy==0.991

0 comments on commit 60dba0c

Please sign in to comment.