From dbb51c837a78b15d7dfc1801b5c933e32c4b626a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 12 Oct 2023 15:58:59 +0200 Subject: [PATCH] pyproject: add more checks --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40a2122..8dc587c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.ruff] target-version = "py311" line-length = 88 - -select = ["E", "F", "I", "U"] +select = ["E", "F", "I", "U", "N"] ignore = [ "E501" ] [tool.mypy] python_version = "3.10" +pretty = true warn_redundant_casts = true disallow_untyped_calls = true disallow_untyped_defs = true