Skip to content

Commit

Permalink
CI: pre-commit autoupdate (#4711)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2024
1 parent 6fad7e2 commit 241b400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.2
rev: v0.7.3
hooks:
# Run the linter.
- id: ruff
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from ansible_collections.arista.avd.plugins.plugin_utils.eos_validate_state_utils.avdtestbase import AvdTestBase
from ansible_collections.arista.avd.plugins.plugin_utils.utils import default, get

from ..bgp_constants import BGP_ADDRESS_FAMILIES # noqa: TID252 Will be fixed when moving to pyavd
from ..bgp_constants import BGP_ADDRESS_FAMILIES # noqa: TID252 will be fixed when moving to pyavd

LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 241b400

Please sign in to comment.