Skip to content

Commit d352d20

Browse files
committed
lint fixes and poetry
1 parent 3a55caa commit d352d20

File tree

3 files changed

+37
-139
lines changed

3 files changed

+37
-139
lines changed

.github/workflows/package-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
python-version: "3.12"
2727

2828
- name: Install lint tools
29-
run: pip install ruff black isort pyright
29+
run: pip install ruff isort pyright
30+
- name: Install Black (match pyproject / poetry.lock)
31+
run: pip install "black==25.11.0"
3032

3133
- name: Ruff (lint)
3234
run: ruff check python_obfuscator tests

0 commit comments

Comments
 (0)