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 4023c93 commit a7e8cf4Copy full SHA for a7e8cf4
.pre-commit-config.yaml
@@ -41,7 +41,7 @@ repos:
41
files: ^domdf_python_tools/.*\.py$
42
43
- repo: https://github.com/domdfcoding/flake2lint
44
- rev: v0.1.0
+ rev: v0.1.1
45
hooks:
46
- id: flake2lint
47
@@ -67,7 +67,7 @@ repos:
67
- id: forbid-crlf
68
69
- repo: https://github.com/domdfcoding/yapf-isort
70
- rev: v0.5.4
+ rev: v0.5.5
71
72
- id: yapf-isort
73
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$
tests/test_doctools.py
@@ -346,7 +346,7 @@ def demo_function():
346
347
:return: pi
348
:rtype: float
349
- """ # noqa SXL001
+ """ # noqa SXL001
350
351
return math.pi
352
0 commit comments