summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-03-14 14:07:48 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-03-14 14:18:26 +0100
commit74f6dfb576e66e17d3f968b252dfeee0a20eaf28 (patch)
treeb7bcc5ed051ff18bd7e2db6666d52622786609e6
parent542f7d0d7bd1a12e1884ba4a1508b40e2514d472 (diff)
downloadsearx-74f6dfb576e66e17d3f968b252dfeee0a20eaf28.tar.gz
searx-74f6dfb576e66e17d3f968b252dfeee0a20eaf28.zip
[fix] .pylintrc mode signature to conf-unix
In pylint and python's config parser [1] the default symbol for comments is '#'. The dialect is based on unix, while the classic dialect comes from windows and uses a semicolon for comments. [1] https://docs.python.org/3/library/configparser.html#module-configparser Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index e4c51215d..a79ab5801 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,4 +1,4 @@
-# -*- coding: utf-8; mode: conf -*-
+# -*- coding: utf-8; mode: conf-unix -*-
# lint Python modules using external checkers.
#
# This is the main checker controlling the other ones and the reports