From 358f784540a1b20fd56b1612b3d40743ace06d8c Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Mon, 17 Jul 2023 16:37:37 +0200
Subject: [PATCH] optional dependency

---
 tests/flake8_project/pyproject.toml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/flake8_project/pyproject.toml b/tests/flake8_project/pyproject.toml
index eb3a841..9287d46 100644
--- a/tests/flake8_project/pyproject.toml
+++ b/tests/flake8_project/pyproject.toml
@@ -9,3 +9,8 @@ authors = [
     { name = "Author Name", email = "author.name@example.com" },
 ]
 description = "A description of what the package is for."
+
+[project.optional-dependencies]
+CODE_QUALITY = [
+    "flake8",
+]
-- 
GitLab