Skip to content

Commit bb6508f

Browse files
authored
Merge pull request #121 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 5970f6f + af2c874 commit bb6508f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 20.8b1
5+
rev: 21.4b0
66
hooks:
77
- id: black
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,7 +13,7 @@ repos:
1313
- id: check-yaml
1414
- id: check-added-large-files
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v2.12.0
16+
rev: v2.13.0
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py36-plus]

pytest_factoryboy/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_current_deps(self, request):
5050
return deps
5151

5252
def execute(self, request, function, deferred):
53-
""""Execute deferred function and store the result."""
53+
"""Execute deferred function and store the result."""
5454
if function in self.in_progress:
5555
raise CycleDetected()
5656
fixture = function.__name__

0 commit comments

Comments
 (0)