pylego 0.1.8__tar.gz → 0.1.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pylego
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: A python wrapper package for the lego application written in Golang
5
5
  Author-email: Canonical <telco-engineers@lists.canonical.com>
6
6
  Project-URL: Homepage, https://github.com/canonical/pylego
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pylego"
3
- version = "0.1.8"
3
+ version = "0.1.9"
4
4
  authors = [
5
5
  { name="Canonical", email="telco-engineers@lists.canonical.com" },
6
6
  ]
@@ -42,7 +42,19 @@ pylego = ["lego.so", "lego.go", "go.mod", "go.sum"]
42
42
  line-length = 100
43
43
 
44
44
  [tool.ruff.lint]
45
- select = ["E", "W", "F", "C", "N", "D", "I001"]
45
+ select = [
46
+ "E",
47
+ "W",
48
+ "F",
49
+ "C",
50
+ "N",
51
+ "D",
52
+ "I001",
53
+ "G001", # Logging statement uses str.format
54
+ "G002", # Logging statement uses %
55
+ "G003", # Logging statement uses +
56
+ "G004", # Logging statement uses an f-string
57
+ ]
46
58
  extend-ignore = [
47
59
  "D203",
48
60
  "D204",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pylego
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: A python wrapper package for the lego application written in Golang
5
5
  Author-email: Canonical <telco-engineers@lists.canonical.com>
6
6
  Project-URL: Homepage, https://github.com/canonical/pylego
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes