aboutsummaryrefslogtreecommitdiff
path: root/pylint.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2026-01-03 20:32:13 +0100
committerDaniel Schadt <kingdread@gmx.de>2026-01-03 20:32:13 +0100
commit5211f64442d77ecf660850c5e93b1dee6bb22410 (patch)
treeef6ae389a6469e206af021f5e92fc3f53d1cb98b /pylint.toml
parent3bd9b3ff9dcd7f9e922eb4c5cdb3614fff51de6c (diff)
downloadfietsboek-5211f64442d77ecf660850c5e93b1dee6bb22410.tar.gz
fietsboek-5211f64442d77ecf660850c5e93b1dee6bb22410.tar.bz2
fietsboek-5211f64442d77ecf660850c5e93b1dee6bb22410.zip
update dependencies
Diffstat (limited to 'pylint.toml')
-rw-r--r--pylint.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pylint.toml b/pylint.toml
index d758ecf..8978b43 100644
--- a/pylint.toml
+++ b/pylint.toml
@@ -76,10 +76,6 @@ py-version = "3.10"
# Discover python modules and packages in the file system subtree.
# recursive =
-# When enabled, pylint would attempt to guess common misconfiguration and emit
-# user-friendly hints instead of false-positive error messages.
-suggestion-mode = true
-
# Allow loading of arbitrary C extensions. Extensions are imported into the
# active Python interpreter and may run arbitrary code.
# unsafe-load-any-extension =