diff options
author | John Mulligan <jmulligan@redhat.com> | 2024-11-01 18:46:51 +0100 |
---|---|---|
committer | John Mulligan <jmulligan@redhat.com> | 2024-11-04 21:38:43 +0100 |
commit | dd89369b0c6f943d5dd8cdc477ecbf065aa92b4d (patch) | |
tree | 26113ba2c0835dbd2fe7a1d31b906a3cecadd80c /src/python-common | |
parent | python-common: update tox.ini linting environments (diff) | |
download | ceph-dd89369b0c6f943d5dd8cdc477ecbf065aa92b4d.tar.xz ceph-dd89369b0c6f943d5dd8cdc477ecbf065aa92b4d.zip |
python-common: remove unused requirements-lint.txt
The file is no longer used for anything.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
Diffstat (limited to 'src/python-common')
-rw-r--r-- | src/python-common/requirements-lint.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/python-common/requirements-lint.txt b/src/python-common/requirements-lint.txt deleted file mode 100644 index 2a7142182c2..00000000000 --- a/src/python-common/requirements-lint.txt +++ /dev/null @@ -1,2 +0,0 @@ -flake8==3.7.8 -rstcheck==3.3.1 |