forked from orbit-oss/flask
[pre-commit.ci] pre-commit autoupdate (#5154)
This commit is contained in:
commit
2be71d323d
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ repos:
|
|||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py38-plus"]
|
||||
- repo: https://github.com/asottile/reorder_python_imports
|
||||
- repo: https://github.com/asottile/reorder-python-imports
|
||||
rev: v3.9.0
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
|
|
|
|||
|
|
@ -54,8 +54,8 @@ version = {attr = "flask.__version__"}
|
|||
testpaths = ["tests"]
|
||||
filterwarnings = [
|
||||
"error",
|
||||
# change in Python 3.12 alpha causes warning from inside pytest
|
||||
"ignore:onerror argument:DeprecationWarning",
|
||||
# change in Python 3.12 causes warning from inside pytest
|
||||
"ignore:ast:DeprecationWarning",
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue