commit | a2d6cf3125fff2ba04e0478021212ffb99777a4f | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@iwebnotes.com> | Sun May 23 18:38:14 2021 +0530 |
committer | GitHub <noreply@github.com> | Sun May 23 18:38:14 2021 +0530 |
tree | 7d1e5a4a7f704390f5fdd555aab819b37ff421d7 | |
parent | e1ab290911cbdfb62b9150e3c85da8567868d8e5 [diff] |
chore: remove pytlint config (#25796) - We have flake8 config and it runs in Sider. Flake8 and pylint have huge overlap, no point in using both tools. - The config is not valid pylint config. So it's useless anyway.
diff --git a/.pylintrc b/.pylintrc deleted file mode 100644 index 4b2ea0a..0000000 --- a/.pylintrc +++ /dev/null
@@ -1 +0,0 @@ -disable=access-member-before-definition \ No newline at end of file