summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-17 03:28:11 +0530
committerBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-17 03:37:24 +0530
commit28e7e5b74a4b952e500a6bacec234f235a048c89 (patch)
treeefe9cac433df35e491a07c848b4395dc2163431c /pyproject.toml
parent108ffcdfb637e288479f49ec083f601a1e88f51c (diff)
chg: ruff - flake8-comprehensions
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7a1f3608..685b228f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ select = [
# "N", # pep8-naming
"W", # pycodestyle
"UP", # pyupgrde
-# "C4", # flake8-comprehensions
+ "C4", # flake8-comprehensions
"RET", # flake8-return
# "FBT", # flake8-boolean-trap
# "RUF", # Ruff-specific rules