We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca46b3 commit b8f57e2Copy full SHA for b8f57e2
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
rev: 1.20.0
10
hooks:
11
- id: blacken-docs
12
- additional_dependencies: [black==25.9.0]
+ additional_dependencies: [black==25.11.0]
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
rev: v6.0.0
15
@@ -29,6 +29,9 @@ repos:
29
- id: mixed-line-ending
30
args: ["--fix=lf"]
31
- id: trailing-whitespace
32
+ - id: name-tests-test
33
+ args:
34
+ - --pytest-test-first
35
language_version: python3
36
- repo: https://github.com/PyCQA/flake8
37
rev: 7.0.0
0 commit comments