Author: Nilesh Patra
Last-Update: 2020-09-22
Description: Remove lint operation since this is of no real use to us.
--- a/lang/py3/setup.cfg
+++ b/lang/py3/setup.cfg
@@ -44,7 +44,6 @@
 packages = avro
 setup_requires =
   isort
-  pycodestyle
 install_requires =
 zip_safe = true
 scripts =
--- a/lang/py3/setup.py
+++ b/lang/py3/setup.py
@@ -164,7 +164,6 @@
     setuptools.setup(cmdclass={
         "clean": CleanCommand,
         "generate_interop_data": GenerateInteropDataCommand,
-        "lint": LintCommand,
     })
 
 
