summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-01-18 20:01:47 +0200
committerAarni Koskela <akx@iki.fi>2023-01-18 21:13:08 +0200
commit47072d2c96390f5e5daae9e96d5dc30ae2d704ec (patch)
treef935696f4238bcb18a81223f1c35c54be1fbdb86 /pyproject.toml
parentf5ef6d06f961865ff9dbb3ff9d3fc81f0bbe8fd1 (diff)
downloadbabel-47072d2c96390f5e5daae9e96d5dc30ae2d704ec.tar.gz
Apply ruff C 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 aeee570..0a92130 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,6 +2,7 @@
target-version = "py37"
select = [
"B",
+ "C",
]
ignore = [
"C901", # Complexity