Skip to content

Commit 7f8e61a

Browse files
committed
Shift pylint invalid-name linting behond python bang line
1 parent bdb0bbf commit 7f8e61a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

dev/delete-cluster.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env python # pylint: disable=invalid-name
1+
#!/usr/bin/env python
2+
# pylint: disable=invalid-name
23

34
"""
45
Delete infrastructure for a cluster without using Terraform. Useful for CI clusters.

environments/skeleton/{{cookiecutter.environment}}/tofu/baremetal-node-list.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env python # pylint: disable=invalid-name
1+
#!/usr/bin/env python
2+
# pylint: disable=invalid-name
23
"""opentofu external data program to list baremetal nodes
34
45
Example usage:

environments/skeleton/{{cookiecutter.environment}}/tofu/read-inventory-secrets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env python # pylint: disable=invalid-name
1+
#!/usr/bin/env python
2+
# pylint: disable=invalid-name
23
"""opentofu external data program to load inventory string variables from
34
a (possibly vault-encrypted) secrets file.
45

0 commit comments

Comments
 (0)