mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
[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>
This commit is contained in:
parent
542f7d0d7b
commit
74f6dfb576
@ -1,4 +1,4 @@
|
|||||||
# -*- coding: utf-8; mode: conf -*-
|
# -*- coding: utf-8; mode: conf-unix -*-
|
||||||
# lint Python modules using external checkers.
|
# lint Python modules using external checkers.
|
||||||
#
|
#
|
||||||
# This is the main checker controlling the other ones and the reports
|
# This is the main checker controlling the other ones and the reports
|
||||||
|
Loading…
Reference in New Issue
Block a user