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:
|
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
|
||||||
|
|
|
||||||
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue