mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-10 15:20:40 +00:00
09a5bb097f
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ruff](https://docs.astral.sh/ruff) ([source](https://togithub.com/astral-sh/ruff), [changelog](https://togithub.com/astral-sh/ruff/blob/main/CHANGELOG.md)) | `0.5.5` -> `0.5.6` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ruff/0.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ruff/0.5.5/0.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.5.5/0.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>astral-sh/ruff (ruff)</summary> ### [`v0.5.6`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#056) [Compare Source](https://togithub.com/astral-sh/ruff/compare/0.5.5...0.5.6) Ruff 0.5.6 automatically enables linting and formatting of notebooks in *preview mode*. You can opt-out of this behavior by adding `*.ipynb` to the `extend-exclude` setting. ```toml [tool.ruff] extend-exclude = ["*.ipynb"] ``` ##### Preview features - Enable notebooks by default in preview mode ([#​12621](https://togithub.com/astral-sh/ruff/pull/12621)) - \[`flake8-builtins`] Implement import, lambda, and module shadowing ([#​12546](https://togithub.com/astral-sh/ruff/pull/12546)) - \[`pydoclint`] Add `docstring-missing-returns` (`DOC201`) and `docstring-extraneous-returns` (`DOC202`) ([#​12485](https://togithub.com/astral-sh/ruff/pull/12485)) ##### Rule changes - \[`flake8-return`] Exempt cached properties and other property-like decorators from explicit return rule (`RET501`) ([#​12563](https://togithub.com/astral-sh/ruff/pull/12563)) ##### Server - Make server panic hook more error resilient ([#​12610](https://togithub.com/astral-sh/ruff/pull/12610)) - Use `$/logTrace` for server trace logs in Zed and VS Code ([#​12564](https://togithub.com/astral-sh/ruff/pull/12564)) - Keep track of deleted cells for reorder change request ([#​12575](https://togithub.com/astral-sh/ruff/pull/12575)) ##### Configuration - \[`flake8-implicit-str-concat`] Always allow explicit multi-line concatenations when implicit concatenations are banned ([#​12532](https://togithub.com/astral-sh/ruff/pull/12532)) ##### Bug fixes - \[`flake8-async`] Avoid flagging `asyncio.timeout`s as unused when the context manager includes `asyncio.TaskGroup` ([#​12605](https://togithub.com/astral-sh/ruff/pull/12605)) - \[`flake8-slots`] Avoid recommending `__slots__` for classes that inherit from more than `namedtuple` ([#​12531](https://togithub.com/astral-sh/ruff/pull/12531)) - \[`isort`] Avoid marking required imports as unused ([#​12537](https://togithub.com/astral-sh/ruff/pull/12537)) - \[`isort`] Preserve trailing inline comments on import-from statements ([#​12498](https://togithub.com/astral-sh/ruff/pull/12498)) - \[`pycodestyle`] Add newlines before comments (`E305`) ([#​12606](https://togithub.com/astral-sh/ruff/pull/12606)) - \[`pycodestyle`] Don't attach comments with mismatched indents ([#​12604](https://togithub.com/astral-sh/ruff/pull/12604)) - \[`pyflakes`] Fix preview-mode bugs in `F401` when attempting to autofix unused first-party submodule imports in an `__init__.py` file ([#​12569](https://togithub.com/astral-sh/ruff/pull/12569)) - \[`pylint`] Respect start index in `unnecessary-list-index-lookup` ([#​12603](https://togithub.com/astral-sh/ruff/pull/12603)) - \[`pyupgrade`] Avoid recommending no-argument super in `slots=True` dataclasses ([#​12530](https://togithub.com/astral-sh/ruff/pull/12530)) - \[`pyupgrade`] Use colon rather than dot formatting for integer-only types ([#​12534](https://togithub.com/astral-sh/ruff/pull/12534)) - Fix NFKC normalization bug when removing unused imports ([#​12571](https://togithub.com/astral-sh/ruff/pull/12571)) ##### Other changes - Consider more stdlib decorators to be property-like ([#​12583](https://togithub.com/astral-sh/ruff/pull/12583)) - Improve handling of metaclasses in various linter rules ([#​12579](https://togithub.com/astral-sh/ruff/pull/12579)) - Improve consistency between linter rules in determining whether a function is property ([#​12581](https://togithub.com/astral-sh/ruff/pull/12581)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/thegeeklab/ansible-doctor). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
145 lines
3.1 KiB
TOML
145 lines
3.1 KiB
TOML
[tool.poetry]
|
|
authors = ["Robert Kaussow <mail@thegeeklab.de>"]
|
|
classifiers = [
|
|
"Development Status :: 5 - Production/Stable",
|
|
"Environment :: Console",
|
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
"Intended Audience :: Developers",
|
|
"Intended Audience :: Information Technology",
|
|
"Intended Audience :: System Administrators",
|
|
"Natural Language :: English",
|
|
"Operating System :: POSIX",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3.9",
|
|
"Programming Language :: Python :: 3.10",
|
|
"Programming Language :: Python :: 3.11",
|
|
"Programming Language :: Python :: 3.12",
|
|
"Topic :: Utilities",
|
|
"Topic :: Software Development",
|
|
"Topic :: Software Development :: Documentation",
|
|
]
|
|
description = "Generate documentation from annotated Ansible roles using templates."
|
|
documentation = "https://ansible-doctor.geekdocs.de/"
|
|
homepage = "https://ansible-doctor.geekdocs.de/"
|
|
include = ["LICENSE"]
|
|
keywords = ["ansible", "role", "documentation"]
|
|
license = "GPL-3.0-only"
|
|
name = "ansible-doctor"
|
|
packages = [{ include = "ansibledoctor" }]
|
|
readme = "README.md"
|
|
repository = "https://github.com/thegeeklab/ansible-doctor/"
|
|
version = "0.0.0"
|
|
|
|
[tool.poetry.dependencies]
|
|
Jinja2 = "3.1.4"
|
|
anyconfig = "0.14.0"
|
|
appdirs = "1.4.4"
|
|
colorama = "0.4.6"
|
|
pathspec = "0.12.1"
|
|
python = "^3.9.0"
|
|
"ruamel.yaml" = "0.18.6"
|
|
dynaconf = "3.2.6"
|
|
gitpython = "3.1.43"
|
|
ansible-core = { version = "2.14.17", optional = true }
|
|
structlog = "24.4.0"
|
|
|
|
[tool.poetry.extras]
|
|
ansible-core = ["ansible-core"]
|
|
|
|
[tool.poetry.scripts]
|
|
ansible-doctor = "ansibledoctor.cli:main"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
ruff = "0.5.6"
|
|
pytest = "8.3.2"
|
|
pytest-mock = "3.14.0"
|
|
pytest-cov = "5.0.0"
|
|
toml = "0.10.2"
|
|
j2lint = "1.1.0"
|
|
|
|
|
|
[tool.poetry-dynamic-versioning]
|
|
enable = true
|
|
style = "semver"
|
|
vcs = "git"
|
|
|
|
[tool.pytest.ini_options]
|
|
addopts = "ansibledoctor --cov=ansibledoctor --cov-report=xml:coverage.xml --cov-report=term --no-cov-on-fail"
|
|
filterwarnings = [
|
|
"ignore::FutureWarning",
|
|
"ignore::DeprecationWarning",
|
|
"ignore:.*pep8.*:FutureWarning",
|
|
]
|
|
|
|
[tool.coverage.run]
|
|
omit = ["**/test/*"]
|
|
|
|
[build-system]
|
|
build-backend = "poetry_dynamic_versioning.backend"
|
|
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
|
|
|
|
[tool.ruff]
|
|
exclude = [
|
|
".git",
|
|
"__pycache__",
|
|
"build",
|
|
"dist",
|
|
"test",
|
|
"*.pyc",
|
|
"*.egg-info",
|
|
".cache",
|
|
".eggs",
|
|
"env*",
|
|
]
|
|
|
|
line-length = 99
|
|
indent-width = 4
|
|
|
|
[tool.ruff.lint]
|
|
# Explanation of errors
|
|
#
|
|
# D102: Missing docstring in public method
|
|
# D103: Missing docstring in public function
|
|
# D105: Missing docstring in magic method
|
|
# D107: Missing docstring in __init__
|
|
# D202: No blank lines allowed after function docstring
|
|
# D203: One blank line required before class docstring
|
|
# D212: Multi-line docstring summary should start at the first line
|
|
ignore = [
|
|
"D102",
|
|
"D103",
|
|
"D105",
|
|
"D107",
|
|
"D202",
|
|
"D203",
|
|
"D212",
|
|
"UP038",
|
|
"RUF012",
|
|
]
|
|
select = [
|
|
"D",
|
|
"E",
|
|
"F",
|
|
"Q",
|
|
"W",
|
|
"I",
|
|
"S",
|
|
"BLE",
|
|
"N",
|
|
"UP",
|
|
"B",
|
|
"A",
|
|
"C4",
|
|
"T20",
|
|
"SIM",
|
|
"RET",
|
|
"ARG",
|
|
"ERA",
|
|
"RUF",
|
|
]
|
|
|
|
[tool.ruff.format]
|
|
quote-style = "double"
|
|
indent-style = "space"
|
|
line-ending = "lf"
|