From 129cc8e6e916533ff51a5d65721cf904542a1c27 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 10 Oct 2016 10:12:01 +0300 Subject: fix Pylint warnings --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 617c5ad..4456c0e 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,30 @@ online. [track_status.py]: docs/track_status.md [online_sessions.py]: docs/online_sessions.md +Linting +------- + +Requires [PyLint]. + + > cd + D:\workspace\personal\vk-scripts + + > pylint vk + ... + + > set PYTHONPATH=%CD% + + > pylint bin\mutual_friends.py + ... + + > pylint bin\online_sessions.py + ... + + > pylint bin\track_status.py + ... + +[PyLint]: https://www.pylint.org/ + License ------- -- cgit v1.2.3