This is an automated email from the ASF dual-hosted git repository.
jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new cf5e517db67 update ruff to pyproject (#38474)
cf5e517db67 is described below
commit cf5e517db67ff82ff38296b9dac0229021d4bef4
Author: Derrick Williams <[email protected]>
AuthorDate: Tue May 12 14:15:56 2026 -0400
update ruff to pyproject (#38474)
---
.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d03641ffe66..5a42dfee100 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -38,4 +38,4 @@ repos:
hooks:
- id: ruff-check
files: ^sdks/python/apache_beam/
- args: ["--config=sdks/python/ruff.toml"]
+ args: ["--config=sdks/python/pyproject.toml"]