Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pylint #16682

Merged
merged 1 commit into from Jun 28, 2021
Merged

Remove pylint #16682

merged 1 commit into from Jun 28, 2021

Commits on Jun 28, 2021

  1. Removes pylint from our toolchain

    We've agreed during the voting process that Pylint support
    should be disabled: https://lists.apache.org/thread.html/r9e2cc385db8737ec0874ad09872081bd083593ee29e8303e58d21efb%40%3Cdev.airflow.apache.org%3E
    
    This PR:
    
    * removes all # pylint comments
    * removes pylint pre-commits and related scripts/files
    * removes CI jobs running pylint checks
    * removes documentation about pylint
    * removes unnecessary #noga (adds pre-commit for that)
    * fixes some remaining pydocstyle errors after removing #noqa's
    potiuk committed Jun 28, 2021
    Copy the full SHA
    1ba422a View commit details
    Browse the repository at this point in the history