aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/README.md b/README.md
index 5e8d232..b64cd35 100644
--- a/README.md
+++ b/README.md
@@ -51,22 +51,12 @@ Development
### Linting
Requires [PyLint].
-To lint everything, run from the top-level directory (notice that you need to
-set the `PYTHONPATH` environment variable to lint the scripts; Windows syntax
-is used below):
+To lint everything, run from the top-level directory:
> pylint vk
...
- > set PYTHONPATH=%CD%
-
- > pylint bin\mutual_friends.py
- ...
-
- > pylint bin\online_sessions.py
- ...
-
- > pylint bin\track_status.py
+ > pylint bin
...
[PyLint]: https://www.pylint.org/