Skip to content
Merged
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
44 changes: 22 additions & 22 deletions .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
ansible-core==2.15.0
astroid==2.15.5
attrs==23.1.0
beautifulsoup4==4.12.1
beautifulsoup4==4.12.2
black==23.3.0
bracex==2.3.post1
cairocffi==1.5.0
cairocffi==1.5.1
cairosvg==2.7.0
certifi==2022.12.7
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
Expand All @@ -28,10 +28,10 @@ exceptiongroup==1.1.1
execnet==1.9.0
filelock==3.12.0
ghp-import==2.1.0
griffe==0.26.0
griffe==0.28.0
htmlmin2==0.1.13
idna==3.4
importlib-metadata==6.1.0
importlib-metadata==6.6.0
importlib-resources==5.0.7
iniconfig==2.0.0
isodate==0.6.1
Expand All @@ -42,56 +42,56 @@ jsmin==3.0.1
jsonschema==4.17.3
lazy-object-proxy==1.9.0
markdown==3.3.7
markdown-exec==1.4.0
markdown-exec==1.6.0
markdown-include==0.8.1
markdown-it-py==2.2.0
markupsafe==2.1.2
mccabe==0.7.0
mdurl==0.1.2
mergedeep==1.3.4
mkdocs==1.4.2
mkdocs-ansible==0.1.4
mkdocs==1.4.3
mkdocs-ansible==0.1.5
mkdocs-autorefs==0.4.1
mkdocs-gen-files==0.4.0
mkdocs-htmlproofer-plugin==0.11.0
mkdocs-material==9.1.5
mkdocs-gen-files==0.5.0
mkdocs-htmlproofer-plugin==0.13.1
mkdocs-material==9.1.14
mkdocs-material-extensions==1.1.1
mkdocs-minify-plugin==0.6.4
mkdocs-monorepo-plugin==1.0.4
mkdocs-monorepo-plugin==1.0.5
mkdocstrings==0.21.2
mkdocstrings-python==0.9.0
mkdocstrings-python==1.0.0
mypy==1.3.0
mypy-extensions==1.0.0
netaddr==0.8.0
packaging==23.0
packaging==23.1
pathspec==0.11.1
pillow==9.5.0
pipdeptree==2.7.0
pipdeptree==2.7.1
platformdirs==3.5.1
pluggy==1.0.0
ply==3.11
psutil==5.9.5
pycparser==2.21
pygments==2.14.0
pygments==2.15.1
pylint==2.17.4
pymdown-extensions==9.10
pymdown-extensions==10.0.1
pyparsing==3.0.9
pyrsistent==0.19.3
pytest==7.3.1
pytest-mock==3.10.0
pytest-plus==0.4.0
pytest-xdist==3.3.0
pytest-xdist==3.3.1
python-dateutil==2.8.2
python-slugify==8.0.1
pyyaml==6.0
pyyaml-env-tag==0.1
rdflib==6.3.2
regex==2023.3.23
requests==2.28.2
regex==2023.5.5
requests==2.30.0
rich==13.3.5
ruamel-yaml==0.17.26
six==1.16.0
soupsieve==2.4
soupsieve==2.4.1
spdx-tools==0.7.1
subprocess-tee==0.4.1
text-unidecode==1.3
Expand All @@ -102,7 +102,7 @@ types-jsonschema==4.17.0.8
types-pyyaml==6.0.12.9
typing-extensions==4.5.0
uritools==4.0.1
urllib3==1.26.15
urllib3==2.0.2
watchdog==3.0.0
wcmatch==8.4.1
webencodings==0.5.1
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.267"
rev: "v0.0.269"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/fqcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def matchtask(
)
# TODO(ssbarnea): Remove the c.g. and c.n. exceptions from here once
# community team is flattening these.
# See: https://github.com/ansible-community/community-topics/issues/147
# https://github.com/ansible-community/community-topics/issues/147
elif not module.startswith("community.general.") or module.startswith(
"community.network.",
):
Expand Down
28 changes: 14 additions & 14 deletions test/schemas/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@types/js-yaml": "^4.0.5",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.1",
"@types/node": "^20.1.5",
"@types/node": "^20.2.1",
"chai": "^4.3.7",
"minimatch": "^9.0.0",
"minimatch": "^9.0.1",
"mocha": "^10.2.0",
"typescript": "^5.0.4"
},
Expand Down