Skip to content

Commit

Permalink
Update black
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Apr 27, 2022
1 parent edd6c3c commit 6ae0f59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
exclude: tests/test_lowlevel.py
Expand Down
5 changes: 3 additions & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,10 +761,11 @@ def test_should_bypass_proxies_pass_only_hostname(url, expected, mocker):


@pytest.mark.parametrize(
"cookiejar", (
"cookiejar",
(
compat.cookielib.CookieJar(),
RequestsCookieJar(),
)
),
)
def test_add_dict_to_cookiejar(cookiejar):
"""Ensure add_dict_to_cookiejar works for
Expand Down

0 comments on commit 6ae0f59

Please sign in to comment.