From c53ab42d3a7954f458c4f45c83f462a7f8d91997 Mon Sep 17 00:00:00 2001 From: Aleš Mrázek Date: Thu, 29 Aug 2024 15:32:29 +0200 Subject: scripts/poe-tasks/check: added isort check --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index a5f301cc..4c20d298 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,6 +98,7 @@ include_trailing_comma=true # corresponds to -tc flag skip_glob = '^((?!py$).)*$' # isort all Python files float_to_top=true skip = "setup.py" # Poetry generates it and we want to keep it unchanged +known_first_party="knot_resolver" [tool.pylint."MESSAGES CONTROL"] disable= [ -- cgit v1.2.3