Skip to content

Commit 56cc0f3

Browse files
committed
fixing black pt1
1 parent 9291b55 commit 56cc0f3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: psf/black@stable
11+
with:
12+
options: "--check --verbose"
13+
use_pyproject: true
1114
- uses: isort/isort-action@v1
1215
with:
1316
sort-paths: PyEMD

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jit =
3535
numba==0.56.*
3636
dev =
3737
pycodestyle==2.11.*
38-
black==24.3.*
38+
black==25.11.*
3939
isort==5.12.*
4040
test =
4141
pytest

0 commit comments

Comments
 (0)