summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-17 02:31:54 +0530
committerBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-17 03:36:55 +0530
commitb4c2a4c24ade50d6bc4b46a2054bc7679636360f (patch)
tree3327ff443e28e69302fe27213fc4f00670359283 /pyproject.toml
parentd392caf6f65286f6b6a38b0f5b28adb391c28ac8 (diff)
chg: ruff - flake-return fixes
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 5b6464c3..61ed8c3e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ select = [
"W", # pycodestyle
# "UP", # pyupgrde
# "C4", # flake8-comprehensions
-# "RET", # flake8-return
+ "RET", # flake8-return
# "FBT", # flake8-boolean-trap
# "RUF", # Ruff-specific rules
# "PERF", # Perflint