Skip to content

Commit 65c3867

Browse files
authored
Update pre-commit hooks to latest versions (#88)
This PR updates the pre-commit hooks to their latest versions to benefit from bug fixes and improvements. ## Changes - **pre-commit-hooks**: Updated from v4.4.0 to v6.0.0 - **mirrors-prettier**: Updated from v3.0.3 to v4.0.0-alpha.8 ## Updates Applied The update includes: - Version bumps in `.pre-commit-config.yaml` - Prettier formatting fix applied to one README file (removed extra blank line) ## Benefits - Latest bug fixes and security updates - Improved performance and reliability - Continued compatibility with existing code style All pre-commit hooks pass successfully after the update.
1 parent b99837d commit 65c3867

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-yaml
88
- id: end-of-file-fixer
@@ -18,7 +18,7 @@ repos:
1818
- id: ruff-format
1919

2020
- repo: https://github.com/pre-commit/mirrors-prettier
21-
rev: v3.0.3
21+
rev: v4.0.0-alpha.8
2222
hooks:
2323
- id: prettier
2424
types_or: [markdown, yaml]

snapshots/panos_ebgp_loop_prevention/README.MD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
## LAB Facts
66

77
- Lab is created to understand the `ebgp loop prevention` in `panos`
8-
98
- `d1` advertises route(`192.168.123.2/32`) to all peers `D2`
109
- Based on the bgp peer configuration on D2, route will be accepted/rejected/not_sent
1110
- D2 does not advertise route to D3

0 commit comments

Comments
 (0)