Skip to content

Commit

Permalink
make CI pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
sugetha24 committed Jun 3, 2024
1 parent 440acca commit 3f48736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ repos:
args: [-c=.github/yamllintrc]

- repo: https://github.com/ansible/ansible-lint.git
rev: v24.5.0
rev: v4.2.0
hooks:
- id: ansible-lint
name: Check for ansible-lint errors
Expand Down
2 changes: 2 additions & 0 deletions tests/lib/mockMagic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright (c) 2023-2024 Arista Networks, Inc.
# Use of this source code is governed by the Apache License 2.0
# that can be found in the LICENSE file.
# pylint: disable=E0606

from tests.data.device_tools_unit import (image_bundle, device_data)
from tests.data.validate_tools_unit import (validate_router_bgp, return_validate_config_for_device,
validate_warning, validate_true)
Expand Down

0 comments on commit 3f48736

Please sign in to comment.