Github user ueshin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20556#discussion_r168079061
  
    --- Diff: dev/tox.ini ---
    @@ -17,3 +17,5 @@
     ignore=E402,E731,E241,W503,E226,E722,E741,E305
     max-line-length=100
     
exclude=cloudpickle.py,heapq3.py,shared.py,python/docs/conf.py,work/*/*.py,python/.eggs/*
    +[pydocstyle]
    
+ignore=D100,D101,D102,D103,D104,D105,D106,D107,D200,D201,D202,D203,D204,D205,D206,D207,D208,D209,D210,D211,D212,D213,D214,D215,D300,D301,D302,D400,D401,D402,D403,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414
    --- End diff --
    
    We need a line break at the end of the file.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to