Skip to content

Commit a7e8cf4

Browse files
committed
Bump pre-commit hook versions.
1 parent 4023c93 commit a7e8cf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
files: ^domdf_python_tools/.*\.py$
4242

4343
- repo: https://github.com/domdfcoding/flake2lint
44-
rev: v0.1.0
44+
rev: v0.1.1
4545
hooks:
4646
- id: flake2lint
4747

@@ -67,7 +67,7 @@ repos:
6767
- id: forbid-crlf
6868

6969
- repo: https://github.com/domdfcoding/yapf-isort
70-
rev: v0.5.4
70+
rev: v0.5.5
7171
hooks:
7272
- id: yapf-isort
7373
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$

tests/test_doctools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def demo_function():
346346
347347
:return: pi
348348
:rtype: float
349-
""" # noqa SXL001
349+
""" # noqa SXL001
350350

351351
return math.pi
352352

0 commit comments

Comments
 (0)