summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-01-18 20:07:31 +0200
committerAarni Koskela <akx@iki.fi>2023-01-18 21:20:51 +0200
commit3fb72cea613ba05480a9027aa927d2c8b817d693 (patch)
treedd17d47cc814123a5e4a3e3dad212d9acf3c0b4e /pyproject.toml
parent67870e3ce54d6b0a61900e2436f3ffdfa4d6a83d (diff)
downloadbabel-3fb72cea613ba05480a9027aa927d2c8b817d693.tar.gz
Apply ruff I category fixes
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7dd161e..37f7fe3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,6 +5,7 @@ select = [
"C",
"E",
"F",
+ "I",
]
ignore = [
"C901", # Complexity