Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#650)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 20.8b1 → 21.4b0](psf/black@20.8b1...21.4b0)
- [github.com/PyCQA/flake8: 3.9.0 → 3.9.1](PyCQA/flake8@3.9.0...3.9.1)

* Update after pre-commit run

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: José Padilla <jpadilla@webapplicate.com>
  • Loading branch information
pre-commit-ci[bot] and jpadilla committed Apr 28, 2021
1 parent 0da4223 commit 816cbe5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.4b0
hooks:
- id: black
args: ["--target-version=py36"]
Expand All @@ -12,7 +12,7 @@ repos:
args: ["--target-version=py36"]

- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
rev: 3.9.1
hooks:
- id: flake8
language_version: python3.8
Expand Down
2 changes: 1 addition & 1 deletion tests/test_api_jws.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def jws():

@pytest.fixture
def payload():
""" Creates a sample jws claimset for use as a payload during tests """
"""Creates a sample jws claimset for use as a payload during tests"""
return b"hello world"


Expand Down
2 changes: 1 addition & 1 deletion tests/test_api_jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def jwt():

@pytest.fixture
def payload():
""" Creates a sample JWT claimset for use as a payload during tests """
"""Creates a sample JWT claimset for use as a payload during tests"""
return {"iss": "jeff", "exp": utc_timestamp() + 15, "claim": "insanity"}


Expand Down

0 comments on commit 816cbe5

Please sign in to comment.