Skip to content

Commit b8f57e2

Browse files
author
vyuroshchin
committed
fix conflicts
1 parent 6ca46b3 commit b8f57e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
rev: 1.20.0
1010
hooks:
1111
- id: blacken-docs
12-
additional_dependencies: [black==25.9.0]
12+
additional_dependencies: [black==25.11.0]
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
1414
rev: v6.0.0
1515
hooks:
@@ -29,6 +29,9 @@ repos:
2929
- id: mixed-line-ending
3030
args: ["--fix=lf"]
3131
- id: trailing-whitespace
32+
- id: name-tests-test
33+
args:
34+
- --pytest-test-first
3235
language_version: python3
3336
- repo: https://github.com/PyCQA/flake8
3437
rev: 7.0.0

0 commit comments

Comments
 (0)