This is an automated email from the ASF dual-hosted git repository.
guanmingchiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new 002a4b0e0 Apply pre-commit fix (#637)
002a4b0e0 is described below
commit 002a4b0e057cfa4c9081ef082a7532f00785fd0c
Author: Guan-Ming (Wesley) Chiu <[email protected]>
AuthorDate: Fri Nov 21 12:23:28 2025 +0800
Apply pre-commit fix (#637)
---
qumat/qiskit_backend.py | 3 +--
website/community/index.md | 36 ++++++++++++++++++------------------
2 files changed, 19 insertions(+), 20 deletions(-)
diff --git a/qumat/qiskit_backend.py b/qumat/qiskit_backend.py
index 919523054..e7156eada 100644
--- a/qumat/qiskit_backend.py
+++ b/qumat/qiskit_backend.py
@@ -89,8 +89,7 @@ def execute_circuit(circuit, backend, backend_config):
# Add measurements if they are not already present
# Check if circuit already has measurement operations
has_measurements = any(
- isinstance(inst.operation, qiskit.circuit.Measure)
- for inst in circuit.data
+ isinstance(inst.operation, qiskit.circuit.Measure) for inst in
circuit.data
)
if not has_measurements:
circuit.measure_all()
diff --git a/website/community/index.md b/website/community/index.md
index e9d6715e4..fe2b47c2a 100644
--- a/website/community/index.md
+++ b/website/community/index.md
@@ -5,7 +5,7 @@ title: Community Overview
# Community Overview
-The Apache Mahout community consists of developers, users, data scientists,
researchers, and open-source contributors who collaborate to build scalable
machine-learning libraries on the Apache platform.
+The Apache Mahout community consists of developers, users, data scientists,
researchers, and open-source contributors who collaborate to build scalable
machine-learning libraries on the Apache platform.
Mahout follows the principles of the Apache Software Foundation — openness,
transparency, community-driven development, and meritocracy.
This page explains the official communication channels, how to participate,
and how to contribute to the project.
@@ -19,15 +19,15 @@ There are several ways to engage with the Mahout community:
### 💬 Mailing Lists
All official communication for Mahout happens on Apache-managed public mailing
lists:
-- **User List (questions, installation help, usage discussions):**
+- **User List (questions, installation help, usage discussions):**
https://lists.apache.org/[email protected]
-- **Development List (design discussions, patches, roadmap, votes):**
+- **Development List (design discussions, patches, roadmap, votes):**
https://lists.apache.org/[email protected]
To subscribe, send an empty email to:
-- `[email protected]`
+- `[email protected]`
- `[email protected]`
---
@@ -35,14 +35,14 @@ To subscribe, send an empty email to:
### 🐛 Issue Tracking & Contributions
Mahout uses **GitHub Issues and Pull Requests** for development.
-- **Source Code:** https://github.com/apache/mahout
-- **Open Issues:** https://github.com/apache/mahout/issues
+- **Source Code:** https://github.com/apache/mahout
+- **Open Issues:** https://github.com/apache/mahout/issues
- **Pull Requests:** https://github.com/apache/mahout/pulls
If you find a bug or want to propose a feature:
-1. Open a GitHub issue
-2. Discuss the design on the **dev mailing list**
+1. Open a GitHub issue
+2. Discuss the design on the **dev mailing list**
3. Submit a Pull Request
---
@@ -50,7 +50,7 @@ If you find a bug or want to propose a feature:
### 📘 Documentation & Website
Contribute to documentation or help update website pages (like this one):
-- https://mahout.apache.org
+- https://mahout.apache.org
- Website source folder: `/website/`
Documentation improvements are always welcome — fixing broken links, updating
examples, adding explanations, etc.
@@ -61,30 +61,30 @@ Documentation improvements are always welcome — fixing
broken links, updating
Apache Mahout follows the ASF standard contribution process:
-- Communicate on the mailing list before large changes
-- Submit well-tested Pull Requests
-- Follow project coding style and review guidelines
-- Participate in community discussions and votes
+- Communicate on the mailing list before large changes
+- Submit well-tested Pull Requests
+- Follow project coding style and review guidelines
+- Participate in community discussions and votes
- Respect others — Mahout operates under the ASF Code of Conduct
-ASF Code of Conduct:
+ASF Code of Conduct:
https://www.apache.org/foundation/policies/conduct
---
## Community and Governance
-Mahout is governed by the **Apache Mahout PMC** (Project Management
Committee).
+Mahout is governed by the **Apache Mahout PMC** (Project Management Committee).
The PMC is responsible for project direction, releases, and community
oversight.
Contributors who consistently help the project through code, documentation, or
community involvement may be invited to become:
-- **Committers** — have write access to the repository
+- **Committers** — have write access to the repository
- **PMC Members** — participate in project decision-making
Mahout community decisions are made publicly on the **[email protected]**
mailing list following ASF voting rules.
---
-Thank you for being part of the Apache Mahout community!
-Contributions of all kinds — code, documentation, discussion, or feedback —
help keep the project healthy and evolving.
\ No newline at end of file
+Thank you for being part of the Apache Mahout community!
+Contributions of all kinds — code, documentation, discussion, or feedback —
help keep the project healthy and evolving.