ssb-konjunk 0.1.22__tar.gz → 1.0.0__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,10 +1,10 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ssb-konjunk
3
- Version: 0.1.22
4
- Summary: SSB Konjunk
3
+ Version: 1.0.0
4
+ Summary: SSB Konjunk 422
5
5
  License: MIT
6
- Author: Edvard Garmannslund
7
- Author-email: ged@ssb.no
6
+ Author: Johanne Saxegaard
7
+ Author-email: jox@ssb.no
8
8
  Requires-Python: >=3.10,<4.0
9
9
  Classifier: Development Status :: 1 - Planning
10
10
  Classifier: License :: OSI Approved :: MIT License
@@ -44,7 +44,6 @@ Description-Content-Type: text/markdown
44
44
  [pypi status]: https://pypi.org/project/ssb-konjunk/
45
45
  [documentation]: https://statisticsnorway.github.io/ssb-konjunk
46
46
  [tests]: https://github.com/statisticsnorway/ssb-konjunk/actions?workflow=Tests
47
-
48
47
  [sonarcov]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-konjunk
49
48
  [sonarquality]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-konjunk
50
49
  [pre-commit]: https://github.com/pre-commit/pre-commit
@@ -18,7 +18,6 @@
18
18
  [pypi status]: https://pypi.org/project/ssb-konjunk/
19
19
  [documentation]: https://statisticsnorway.github.io/ssb-konjunk
20
20
  [tests]: https://github.com/statisticsnorway/ssb-konjunk/actions?workflow=Tests
21
-
22
21
  [sonarcov]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-konjunk
23
22
  [sonarquality]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-konjunk
24
23
  [pre-commit]: https://github.com/pre-commit/pre-commit
@@ -1,8 +1,8 @@
1
1
  [tool.poetry]
2
2
  name = "ssb-konjunk"
3
- version = "0.1.22"
4
- description = "SSB Konjunk"
5
- authors = ["Edvard Garmannslund <ged@ssb.no>"]
3
+ version = "1.0.0"
4
+ description = "SSB Konjunk 422"
5
+ authors = ["Johanne Saxegaard <jox@ssb.no>"]
6
6
  license = "MIT"
7
7
  readme = "README.md"
8
8
  homepage = "https://github.com/statisticsnorway/ssb-konjunk"
@@ -60,6 +60,9 @@ relative_files = true
60
60
  show_missing = true
61
61
  fail_under = 50
62
62
 
63
+ [tool.deptry.per_rule_ignores]
64
+ DEP001 = ["nox", "nox_poetry"] # packages available by default
65
+
63
66
  [tool.mypy]
64
67
  strict = true
65
68
  warn_unreachable = true
@@ -96,7 +99,7 @@ select = [
96
99
  "RUF", # the ruff developer's own rules
97
100
  ]
98
101
  ignore = [
99
- "ANN202", # Don't requiere return type annotation for private functions.
102
+ "ANN202", # Don't require return type annotation for private functions.
100
103
  "ANN401", # Allow type annotation with type Any.
101
104
  "D100", # Supress undocumented-public-module. Only doc of public api required.
102
105
  "FBT001", # Allow boolean positional arguments in a function.
File without changes