Created
January 28, 2022 15:45
-
-
Save nedbat/2669f1553c50e7b969a2129056e1f18a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<details> | |
<summary>(sleep 30; exit 17)</summary> | |
``` | |
``` | |
<details> | |
<summary>ls -l</summary> | |
``` | |
total 2200 | |
-rw-r--r-- 1 nedbatchelder staff 21853 Jan 28 06:57 CHANGES.rst | |
-rw-r--r-- 1 nedbatchelder staff 2375 Jan 27 06:40 CONTRIBUTORS.txt | |
-rw-r--r-- 1 nedbatchelder staff 10174 Nov 10 2019 LICENSE.txt | |
-rw-r--r-- 1 nedbatchelder staff 1269 Jan 27 06:40 MANIFEST.in | |
-rw-r--r-- 1 nedbatchelder staff 6520 Jan 27 06:40 Makefile | |
-rw-r--r-- 1 nedbatchelder staff 681 Jan 27 06:40 NOTICE.txt | |
-rw-r--r-- 1 nedbatchelder staff 6086 Jan 28 06:53 README.rst | |
-rw-r--r-- 1 nedbatchelder staff 421 Jan 6 19:02 __main__.py | |
drwxr-xr-x 4 nedbatchelder staff 128 Jan 27 09:59 __pycache__/ | |
drwxr-xr-x 5 nedbatchelder staff 160 Jan 28 06:53 build/ | |
drwxr-xr-x 7 nedbatchelder staff 224 Jan 27 06:40 ci/ | |
drwxr-xr-x 44 nedbatchelder staff 1408 Jan 28 07:02 coverage/ | |
drwxr-xr-x 9 nedbatchelder staff 288 Jan 28 06:53 coverage.egg-info/ | |
-rw-r--r-- 1 nedbatchelder staff 383722 Jan 27 09:59 coverage.json | |
-rw-r--r-- 1 nedbatchelder staff 600751 Jan 27 09:59 coverage.xml | |
drwxr-xr-x 35 nedbatchelder staff 1120 Jan 28 06:53 doc/ | |
-rw-r--r-- 1 nedbatchelder staff 4484 Jan 27 06:40 howto.txt | |
drwxr-xr-x 122 nedbatchelder staff 3904 Jan 27 09:59 htmlcov/ | |
-rw-r--r-- 1 nedbatchelder staff 14645 Jan 27 06:40 igor.py | |
drwxr-xr-x 23 nedbatchelder staff 736 Jan 27 06:40 lab/ | |
-rw-r--r-- 1 nedbatchelder staff 2906 Jan 6 19:02 metacov.ini | |
drwxr-xr-x 5 nedbatchelder staff 160 Jan 6 19:02 perf/ | |
-rw-r--r-- 1 nedbatchelder staff 9774 Jan 6 19:02 pylintrc | |
drwxr-xr-x 17 nedbatchelder staff 544 Jan 27 06:40 requirements/ | |
-rw-r--r-- 1 nedbatchelder staff 1351 Jan 27 06:40 setup.cfg | |
-rw-r--r-- 1 nedbatchelder staff 7697 Jan 22 08:00 setup.py | |
drwxr-xr-x 64 nedbatchelder staff 2048 Jan 28 06:53 tests/ | |
drwxr-xr-x 3 nedbatchelder staff 96 Jan 27 09:58 tmp/ | |
-rw-r--r-- 1 nedbatchelder staff 3268 Jan 27 06:40 tox.ini | |
``` | |
<details> | |
<summary>cat requirements/*.pip | grep lint</summary> | |
``` | |
# via pylint | |
# via pylint | |
# via pylint | |
# pylint | |
pylint==2.12.2 | |
# pylint | |
# pylint | |
``` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment