You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not exclude build directory from ruff check (#43572)
* Do not exclude build directory from ruff check
The `build` name is a very generic name which appears in our Python
modules and also is a directory for built artifacts. Instead of
excluding a generic name (which will disable ruff check in some part
of our code base) exclude specific paths.
* Apply ruff automatic fixes
* Fix logging warnings reported by ruff
* Fix Python boolean logic
* Restyled by autopep8
* Restyled by isort
0 commit comments