summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-17 03:05:33 +0530
committerBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-17 03:37:22 +0530
commit108ffcdfb637e288479f49ec083f601a1e88f51c (patch)
treec3483200a43d20c5432804326b7ff08a16e64bd8 /pyproject.toml
parentf9a06a31f063ce0db66ba54a1d576b4c0ea94466 (diff)
chg: ruff - pyupgrade
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 feb629db..7a1f3608 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ select = [
"I", # isort
# "N", # pep8-naming
"W", # pycodestyle
-# "UP", # pyupgrde
+ "UP", # pyupgrde
# "C4", # flake8-comprehensions
"RET", # flake8-return
# "FBT", # flake8-boolean-trap