This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new bb41a6dc lint: remove ignoring ruff rule E203 
(whitespace-before-punctuation) (#2703)
bb41a6dc is described below

commit bb41a6dc7b7cd69bef67e11b989953c727a6193b
Author: Kevin Liu <[email protected]>
AuthorDate: Thu Nov 6 11:36:39 2025 -0800

    lint: remove ignoring ruff rule E203 (whitespace-before-punctuation) (#2703)
---
 ruff.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ruff.toml b/ruff.toml
index ca9d1b15..ab0ef4f9 100644
--- a/ruff.toml
+++ b/ruff.toml
@@ -59,7 +59,6 @@ select = [
 ]
 ignore = [
     "E501",
-    "E203",
     "B024",
     "B028",
     "UP037",

Reply via email to