Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 21, 2024
1 parent c59a873 commit b99532e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/ansiblelint/schemas/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,15 @@
"versions": {
"default": "all",
"items": {
"enum": ["17.01", "18.06", "19.07", "21.02", "22.03", "23.05", "all"],
"enum": [
"17.01",
"18.06",
"19.07",
"21.02",
"22.03",
"23.05",
"all"
],
"type": "string"
},
"type": "array"
Expand Down

0 comments on commit b99532e

Please sign in to comment.