summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAleš Mrázek <ales.mrazek@nic.cz>2024-08-29 15:32:29 +0200
committerAleš Mrázek <ales.mrazek@nic.cz>2024-09-07 00:28:31 +0200
commitc53ab42d3a7954f458c4f45c83f462a7f8d91997 (patch)
treee69dca3e5d851e2a26416b13a3689171084a9410 /pyproject.toml
parentpython/knot_resolver: imports formatting (diff)
downloadknot-resolver-c53ab42d3a7954f458c4f45c83f462a7f8d91997.tar.xz
knot-resolver-c53ab42d3a7954f458c4f45c83f462a7f8d91997.zip
scripts/poe-tasks/check: added isort check
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 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= [