Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit b9cea50

Browse files
author
Nick Sullivan
committed
🔧 Streamline dev requirements and update tooling
Remove redundant dependencies and update development tools: - Remove black and isort (now handled by ruff) - Keep pip-tools, pre-commit, and ruff for efficient dependency management - Retain pytest-sugar, better_exceptions, and pdbpp for improved dev experience
1 parent 273ab65 commit b9cea50

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

requirements/requirements-dev.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
aicodebot
77

88
# For committing, formatting, and dependency management
9-
black
10-
isort
119
pip-tools
1210
pre-commit
1311
ruff
@@ -17,6 +15,5 @@ pytest-sugar
1715
better_exceptions
1816
pdbpp # ipython in pdb
1917

20-
2118
# Release management
2219
python-semantic-release

0 commit comments

Comments
 (0)