File tree Expand file tree Collapse file tree 3 files changed +348
-325
lines changed
Expand file tree Collapse file tree 3 files changed +348
-325
lines changed Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/astral-sh/ruff-pre-commit
4- rev : ' v0.8.1 '
4+ rev : ' v0.11.2 '
55 hooks :
66 - id : ruff
77 args : [--fix, --exit-non-zero-on-fix]
@@ -16,12 +16,12 @@ repos:
1616 exclude : " \\ .svg$|\\ .map$|\\ .min\\ .css$|\\ .min\\ .js$|\\ .po$|\\ .pot$"
1717 - id : check-toml
1818 - repo : https://github.com/pre-commit/mirrors-mypy
19- rev : v1.13 .0
19+ rev : v1.15 .0
2020 hooks :
2121 - id : mypy
2222 additional_dependencies : [pydantic]
2323 - repo : https://github.com/codespell-project/codespell
24- rev : v2.3.0
24+ rev : v2.4.1
2525 hooks :
2626 - id : codespell
2727 additional_dependencies :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def check_service_provider_config_endpoint(
1414
1515 .. todo::
1616
17- Check thet POST/PUT/PATCH/DELETE methods on the endpoint
17+ Check that POST/PUT/PATCH/DELETE methods on the endpoint
1818 """
1919 response = conf .client .query (
2020 ServiceProviderConfig , expected_status_codes = conf .expected_status_codes or [200 ]
You can’t perform that action at this time.
0 commit comments