Upgrade to newer black (23.10) and ruff (first 0.1.x!) versions. (#11944)

Minor lint dependency version upgrade to pick up latest functionality.

Ruff's new v0.1 version comes with lots of nice features, like
fix-safety guarantees and a preview mode for not-yet-stable features:
https://astral.sh/blog/ruff-v0.1.0
This commit is contained in:
Predrag Gruevski
2023-10-17 17:24:51 -04:00
committed by GitHub
parent 1fd21ed21c
commit dcd0392423
10 changed files with 86 additions and 124 deletions

View File

@@ -1,4 +1,4 @@
# flake8: noqa E501
# ruff: noqa: E501
# fmt: off