From 3e45ca5c2d94f44b75ee67047797ac4af25c6f57 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 17 May 2024 13:49:29 +0200 Subject: [PATCH] feat: add dev dependencies for code formatting Introduced black and ruff into the development requirements to standardize code formatting and linting processes. This enhancement aims to maintain consistent coding styles and improve code quality, facilitating smoother collaboration among developers. --- requirements-dev.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements-dev.txt diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 0000000..6b7ba10 --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,2 @@ +black +ruff \ No newline at end of file