Skip to content

Commit 33a1209

Browse files
committed
chore: add comment
1 parent 587633e commit 33a1209

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ repos:
160160
hooks:
161161
- id: actionlint
162162

163-
# On push to the remote, run the unit tests.
163+
# On push to the remote, run the unit tests. Note that the `COVERAGE_CORE` variable is
164+
# required for Python 3.12+ to make sure Coverage uses the new Python monitoring module.
165+
# See also: https://blog.trailofbits.com/2025/05/01/making-pypis-test-suite-81-faster/#optimizing-coverage-with-python-312s-sysmonitoring
164166
- repo: local
165167
hooks:
166168
- id: pytest

0 commit comments

Comments
 (0)