Skip to content

Commit 4221c43

Browse files
crivetimihairakdutta1
authored andcommitted
Fix pre-commit hooks
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 8a565b4 commit 4221c43

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)/.*\.py$ # Exclude page object, helper, fuzzer, and script files
371+
exclude: ^tests/.*/(pages|helpers|fuzzers|scripts|fixtures)/.*\.py$ # Exclude page object, helper, fuzzer, script, and fixture files
372372
args: [--pytest-test-first] # `test_.*\.py`
373373

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

0 commit comments

Comments
 (0)