Skip to content

Commit

Permalink
Merge pull request #121 from pytest-dev/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
youtux committed Apr 27, 2021
2 parents 5970f6f + af2c874 commit bb6508f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.4b0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -13,7 +13,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.13.0
hooks:
- id: pyupgrade
args: [--py36-plus]
2 changes: 1 addition & 1 deletion pytest_factoryboy/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_current_deps(self, request):
return deps

def execute(self, request, function, deferred):
""""Execute deferred function and store the result."""
"""Execute deferred function and store the result."""
if function in self.in_progress:
raise CycleDetected()
fixture = function.__name__
Expand Down

0 comments on commit bb6508f

Please sign in to comment.