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.
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/PKG-INFO +1 -1
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder/.pylintrc +2 -1
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder.egg-info/PKG-INFO +1 -1
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/pyproject.toml +1 -1
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/LICENSE +0 -0
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/README.md +0 -0
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder/__init__.py +0 -0
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder/cli.py +0 -0
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder/tasks.py +0 -0
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder/version.py +0 -0
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder.egg-info/SOURCES.txt +0 -0
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder.egg-info/dependency_links.txt +0 -0
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder.egg-info/entry_points.txt +0 -0
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder.egg-info/requires.txt +0 -0
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder.egg-info/top_level.txt +0 -0
- {itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/setup.cfg +0 -0
|
@@ -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=
|
|
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,
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "itw_python_builder"
|
|
7
|
-
version = "0.1.
|
|
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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder.egg-info/requires.txt
RENAMED
|
File without changes
|
{itw_python_builder-0.1.9 → itw_python_builder-0.1.11}/itw_python_builder.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|