Skip to content

Commit c0ae3d1

Browse files
committed
Pre-commit fix
Signed-off-by: Mihai Criveti <[email protected]>
1 parent a3b78bf commit c0ae3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ repos:
368368
description: Verifies test files in tests/ directories start with `test_`.
369369
language: python
370370
files: (^|/)tests/.+\.py$
371-
exclude: ^tests/.*/(pages|helpers|fuzzers|scripts|fixtures)/.*\.py$ # Exclude page object, helper, fuzzer, script, and fixture files
371+
exclude: ^tests/(.*/)?(pages|helpers|fuzzers|scripts|fixtures|migration)/.*\.py$|^tests/migration/.*\.py$ # Exclude page object, helper, fuzzer, script, fixture, and migration files
372372
args: [--pytest-test-first] # `test_.*\.py`
373373

374374
# - repo: https://github.com/pycqa/flake8

0 commit comments

Comments
 (0)