We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3385426 commit bad7763Copy full SHA for bad7763
2 files changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: check-useless-excludes
10
- id: check-hooks-apply
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.0.1
+ rev: v4.3.0
13
hooks:
14
- id: trailing-whitespace
15
- id: end-of-file-fixer
@@ -18,7 +18,7 @@ repos:
18
- id: mixed-line-ending
19
args: [--fix=lf]
20
- repo: https://github.com/timothycrosley/isort
21
- rev: 5.9.3
+ rev: 5.10.1
22
23
- id: isort
24
types: [python]
docs/cookbook.rst
@@ -65,7 +65,7 @@ directory (assuming the filename is going to be a relative path):
65
.. sourcecode:: shell
66
67
PYTHONHUNTER='~Q(filename_startswith="/")' python setup.py build
68
-
+
69
Debugging a test
70
================
71
0 commit comments