From 30fa24f0a890d38c3e5a94d638766b94ce1c0015 Mon Sep 17 00:00:00 2001 From: ~pkwolffe <116769499+PhidLarkson@users.noreply.github.com> Date: Wed, 29 Jan 2025 11:28:28 +0000 Subject: [PATCH] Lint and format update for project.toml This addition includes black and ruff (relative fast linter) to the project.toml file --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0352cf2..884d4a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,8 @@ mypy = "^1.12.0" pre-commit = "^4.0.1" isort = "^5.13.2" flake8 = "^7.1.1" +black = "^24.2.0" +ruff = "^0.3.0" [tool.poetry.group.docs.dependencies]