summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:04:10 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:04:10 +0300
commite9f77d1400cf3df9321221b86a60f96c44eaa1d0 (patch)
tree4b26d3c86309517f1a28a07e9e9dcb89d40ce60d
parent47ebcc962bb27c7c539f8151d29576f90071df83 (diff)
downloadrest.vyos-e9f77d1400cf3df9321221b86a60f96c44eaa1d0.tar.gz
rest.vyos-e9f77d1400cf3df9321221b86a60f96c44eaa1d0.zip
general: T8595: clean leaked internal references
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index e5b7c2c..d704efe 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -17,7 +17,7 @@ Ansible Galaxy collection `vyos.rest` — modules and an httpapi plugin to manag
ansible-galaxy collection build # produces vyos-rest-<ver>.tar.gz
ansible-galaxy collection install vyos-rest-<ver>.tar.gz
pytest # runs collection tests
-black . # format
+black. # format
```
## Repository layout