diff options
author | torkve <torkve@yandex-team.ru> | 2022-02-10 16:48:23 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:23 +0300 |
commit | f9cfbeee51d5849127bb58793a2edcdfd7bb91bb (patch) | |
tree | f7c863cfcc3f1cb6de7f77e11fec2ae60868c8fb /contrib/python/Pygments | |
parent | 5eefa17021221fd267f1dd5f9d63d2493d131a8a (diff) | |
download | ydb-f9cfbeee51d5849127bb58793a2edcdfd7bb91bb.tar.gz |
Restoring authorship annotation for <torkve@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/Pygments')
-rw-r--r-- | contrib/python/Pygments/py2/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/Pygments/py3/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/Pygments/ya.make | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/Pygments/py2/ya.make b/contrib/python/Pygments/py2/ya.make index 978caf3d683..d6bf7313294 100644 --- a/contrib/python/Pygments/py2/ya.make +++ b/contrib/python/Pygments/py2/ya.make @@ -5,7 +5,7 @@ PY2_LIBRARY() OWNER(blinkov g:python-contrib) VERSION(2.5.2) - + LICENSE(BSD-3-Clause) NO_LINT() diff --git a/contrib/python/Pygments/py3/ya.make b/contrib/python/Pygments/py3/ya.make index 3fab931499f..632a9056f8c 100644 --- a/contrib/python/Pygments/py3/ya.make +++ b/contrib/python/Pygments/py3/ya.make @@ -7,7 +7,7 @@ OWNER(blinkov g:python-contrib) VERSION(2.11.2) LICENSE(BSD-3-Clause) - + NO_LINT() NO_CHECK_IMPORTS( diff --git a/contrib/python/Pygments/ya.make b/contrib/python/Pygments/ya.make index 9aec5a65a84..371bdffad8f 100644 --- a/contrib/python/Pygments/ya.make +++ b/contrib/python/Pygments/ya.make @@ -9,7 +9,7 @@ IF (PYTHON2) ELSE() PEERDIR(contrib/python/Pygments/py3) ENDIF() - + NO_LINT() END() |