From 6d7b95828d09733fd95f86acc24aa98a8a1d59f3 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