Closed jbampton closed 3 weeks ago
https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#name-tests-test
--pytest-test-first: ensure tests match test_.*.py
https://pre-commit.com/#regular-expressions
[CI] my subject
Added another pre-commit hook from the official pre-commit team.
Good to have file naming standards.
Ran pre-commit run --all-files
pre-commit run --all-files
@jbampton Can you fix this PR?
Fixed now @jiayuasu
https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#name-tests-test
--pytest-test-first: ensure tests match test_.*.py
https://pre-commit.com/#regular-expressions
Did you read the Contributor Guide?
Is this PR related to a JIRA ticket?
[CI] my subject
What changes were proposed in this PR?
Added another pre-commit hook from the official pre-commit team.
Good to have file naming standards.
How was this patch tested?
Ran
pre-commit run --all-files
Did this PR include necessary documentation updates?