Add a comment to update script.

This commit is contained in:
Mukund Lakshman 2021-08-31 12:36:11 +01:00
parent 47aadbb237
commit 2d9b8a81e2

View file

@ -9,6 +9,11 @@
# linted:
# $ nix run nixpkgs.python3Packages.flake8 -c flake8 --ignore E501,E265,E402 update.py
# If you see `HTTP Error 429: too many requests` errors while running this script,
# refer to:
#
# https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/vim.section.md#updating-plugins-in-nixpkgs-updating-plugins-in-nixpkgs
import inspect
import os
import sys