itw-python-builder 0.1.9__tar.gz → 0.1.11__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.4
2
2
  Name: itw_python_builder
3
- Version: 0.1.9
3
+ Version: 0.1.11
4
4
  Summary: Standardized Django deployment pipeline with Docker, testing, and SonarQube integration
5
5
  Author-email: IT-Works <contact@it-works.io>
6
6
  License: MIT
@@ -313,7 +313,7 @@ max-branches=12
313
313
  max-locals=15
314
314
 
315
315
  # Maximum number of parents for a class (see R0901).
316
- max-parents=7
316
+ max-parents=15
317
317
 
318
318
  # Maximum number of positional arguments for function / method.
319
319
  max-positional-arguments=5
@@ -446,6 +446,7 @@ disable=raw-checker-failed,
446
446
  C0115,
447
447
  C0116,
448
448
  C0304,
449
+ R0903,
449
450
  bad-inline-option,
450
451
  locally-disabled,
451
452
  file-ignored,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: itw_python_builder
3
- Version: 0.1.9
3
+ Version: 0.1.11
4
4
  Summary: Standardized Django deployment pipeline with Docker, testing, and SonarQube integration
5
5
  Author-email: IT-Works <contact@it-works.io>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "itw_python_builder"
7
- version = "0.1.9"
7
+ version = "0.1.11"
8
8
  description = "Standardized Django deployment pipeline with Docker, testing, and SonarQube integration"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"