/
githubmirror
/
flask
Обзор
Документация
Войти
/
githubmirror
/
flask
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.0.1
examples/javascript/pyproject.toml
32 строки
689 B
David Lord
use ruff linter and formatter
15 ноя 2023, 23:14
Не верифицирован
15 ноя 2023, 23:14
54e05a2
Код
Авторство
О чём код?
[project] name = "js_example" version = "1.1.0" description = "Demonstrates making AJAX requests to Flask." readme = "README.rst" license = {file = "LICENSE.rst"} maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}] dependencies = ["flask"] [project.urls] Documentation = "https://flask.palletsprojects.com/patterns/jquery/" [project.optional-dependencies] test = ["pytest"] [build-system] requires = ["flit_core<4"] build-backend = "flit_core.buildapi" [tool.flit.module] name = "js_example" [tool.pytest.ini_options] testpaths = ["tests"] filterwarnings = ["error"] [tool.coverage.run] branch = true source = ["js_example", "tests"] [tool.ruff] src = ["src"]