Skip to content

Commit 816cbe5

Browse files
[pre-commit.ci] pre-commit autoupdate (jpadilla#650)
* [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>
1 parent 0da4223 commit 816cbe5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 20.8b1
3+
rev: 21.4b0
44
hooks:
55
- id: black
66
args: ["--target-version=py36"]
@@ -12,7 +12,7 @@ repos:
1212
args: ["--target-version=py36"]
1313

1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 3.9.0
15+
rev: 3.9.1
1616
hooks:
1717
- id: flake8
1818
language_version: python3.8

tests/test_api_jws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def jws():
3232

3333
@pytest.fixture
3434
def payload():
35-
""" Creates a sample jws claimset for use as a payload during tests """
35+
"""Creates a sample jws claimset for use as a payload during tests"""
3636
return b"hello world"
3737

3838

tests/test_api_jwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def jwt():
2727

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

3333

0 commit comments

Comments
 (0)