Skip to content

Commit

Permalink
Merge branch 'devel' into issue-4732
Browse files Browse the repository at this point in the history
  • Loading branch information
MaheshGSLAB authored Jan 15, 2025
2 parents 055df34 + 54bfa02 commit ddbb18c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ __pycache__/
# ansible_collections/arista/avd/tests ignores
ansible_collections/arista/avd/tests/.mypy_cache/

# ansible-lint ignores
ansible_collections/arista/avd/.ansible

# Development
## pyenv
.python-version
Expand Down
3 changes: 3 additions & 0 deletions ansible_collections/arista/avd/.ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ skip_list:
- var-naming[no-role-prefix] # TODO: Fix internal variable names as a breaking change for AVD 5.0.0
kinds:
- yaml: "**/molecule/**/inventory/host_vars/host1/roles.yml"
exclude_paths:
- .cache/
- .ansible/
2 changes: 1 addition & 1 deletion ansible_collections/arista/avd/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pylint>=3.2.6
pre-commit>=3.2.0
pre-commit-hooks>=3.3.0
referencing>=0.35.0
ruff==0.9.0
ruff==0.9.1
tox
treelib>=1.5.5
twine
Expand Down

0 comments on commit ddbb18c

Please sign in to comment.