Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run black on netbox_vms.py #188

Merged
merged 1 commit into from
Feb 16, 2025
Merged

run black on netbox_vms.py #188

merged 1 commit into from
Feb 16, 2025

Conversation

T0biii
Copy link
Member

@T0biii T0biii commented Feb 14, 2025

fixes black ci error

Installing .[colorama]...
--- /home/runner/work/ffmuc-salt-public/ffmuc-salt-public/_modules/netbox_vms.py	2025-02-13 17:29:08.790966+00:00
+++ /home/runner/work/ffmuc-salt-public/ffmuc-salt-public/_modules/netbox_vms.py	2025-02-13 17:29:16.736272+00:00
@@ -1,8 +1,7 @@
 #!/usr/bin/python
-"""WIP module to get virtual machine data from netbox, e.g. to get all VMs with a certain tag..
-"""
+"""WIP module to get virtual machine data from netbox, e.g. to get all VMs with a certain tag.."""
 
 import requests
 import logging
 
 log = logging.getLogger(__name__)
would reformat /home/runner/work/ffmuc-salt-public/ffmuc-salt-public/_modules/netbox_vms.py

Oh no! 💥 💔 💥
1 file would be reformatted, 16 files would be left unchanged.

@T0biii T0biii requested a review from a team as a code owner February 14, 2025 00:08
@T0biii T0biii changed the title run black run black on netbox_vms.py Feb 14, 2025
@GoliathLabs GoliathLabs merged commit 6d93e9a into freifunkMUC:main Feb 16, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants