Yicong-Huang commented on code in PR #4105:
URL: https://github.com/apache/texera/pull/4105#discussion_r2594915736


##########
amber/src/main/python/pyproject.toml:
##########
@@ -15,17 +15,13 @@
 # specific language governing permissions and limitations
 # under the License.
 
-[tool.black]
+[tool.ruff]
 line-length = 88
-target-version = ["py39", "py310", "py311", "py312"]
-extend-exclude = '''
-/(
-  proto
-)/
-'''
+target-version = "py310"

Review Comment:
   Ok. I had the wrong impression that we should always declare highest 
version. In this case, let's keep py310. We will need to remember to update it 
when we drop 3.10 support. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to