[pre-commit.ci] pre-commit autoupdate (#5154)

This commit is contained in:
David Lord 2023-06-07 12:53:30 -07:00 committed by GitHub
commit 2be71d323d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ repos:
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py38-plus"] args: ["--py38-plus"]
- repo: https://github.com/asottile/reorder_python_imports - repo: https://github.com/asottile/reorder-python-imports
rev: v3.9.0 rev: v3.9.0
hooks: hooks:
- id: reorder-python-imports - id: reorder-python-imports

View file

@ -54,8 +54,8 @@ version = {attr = "flask.__version__"}
testpaths = ["tests"] testpaths = ["tests"]
filterwarnings = [ filterwarnings = [
"error", "error",
# change in Python 3.12 alpha causes warning from inside pytest # change in Python 3.12 causes warning from inside pytest
"ignore:onerror argument:DeprecationWarning", "ignore:ast:DeprecationWarning",
] ]
[tool.coverage.run] [tool.coverage.run]