aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6f74b49..38cc51a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,12 +23,11 @@ black = "^23.7.0"
mypy = "^1.5.1"
pylint = "^2.17.5"
ruff = "^0.0.285"
-types-tqdm = "^4.66.0.1"
[tool.ruff]
select = ["E", "F", "B", "I"]
fixable = ["ALL"]
-line-length = 120
+line-length = 100
target-version = "py310"
[tool.black]