Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/unit_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@ on:
# support for Python 3.14 added and 3.11 removed in 2.20 for control node
# target node supported Python 3.8-3.13 as of 2.18 and 2.19
# target node supported Python 3.9-3.14 as of 2.20
# milestone is and devel is switched to 2.21
# milestone and devel is switched to 2.22
# 2.22 supports Python 3.13-3.15
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_20.html
default: >-
[
{
"ansible-version": "devel",
"python-version": "3.11"
},
{
"ansible-version": "devel",
"python-version": "3.12"
},
{
"ansible-version": "devel",
"python-version": "3.14"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:

- repo: https://github.com/asottile/pyupgrade
# keep it after flake8
rev: v3.16.0
rev: v3.21.2
hooks:
- id: pyupgrade
args: ["--py39-plus"]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ max-line-length = 100

[tool.pylint.master]
no-docstring-rgx = "__.*__"
py-version = "3.9"

[tool.pylint.messages_control]
disable = ["fixme"]
Expand Down