forked from orbit-oss/flask
Merge pull request #4963 from pallets/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
commit
dd2423ebde
2 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ repos:
|
|||
files: "^(?!examples/)"
|
||||
args: ["--application-directories", "src"]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.12.0
|
||||
rev: 23.1.0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
|
|
|
|||
|
|
@ -227,7 +227,6 @@ def test_session_error_pops_context():
|
|||
|
||||
|
||||
def test_session_dynamic_cookie_name():
|
||||
|
||||
# This session interface will use a cookie with a different name if the
|
||||
# requested url ends with the string "dynamic_cookie"
|
||||
class PathAwareSessionInterface(SecureCookieSessionInterface):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue