Merge pull request #4963 from pallets/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
David Lord 2023-02-07 07:11:50 -08:00 committed by GitHub
commit dd2423ebde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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):