itw-python-builder 0.1.3__tar.gz → 0.1.7__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.3 → itw_python_builder-0.1.7}/PKG-INFO +1 -1
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder/.pylintrc +1 -1
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder.egg-info/PKG-INFO +1 -1
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/pyproject.toml +1 -1
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/LICENSE +0 -0
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/README.md +0 -0
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder/__init__.py +0 -0
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder/cli.py +0 -0
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder/tasks.py +0 -0
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder/version.py +0 -0
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder.egg-info/SOURCES.txt +0 -0
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder.egg-info/dependency_links.txt +0 -0
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder.egg-info/entry_points.txt +0 -0
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder.egg-info/requires.txt +0 -0
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder.egg-info/top_level.txt +0 -0
- {itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/setup.cfg +0 -0
|
@@ -354,7 +354,7 @@ indent-string=' '
|
|
|
354
354
|
# Maximum number of characters on a single line. Pylint's default of 100 is
|
|
355
355
|
# based on PEP 8's guidance that teams may choose line lengths up to 99
|
|
356
356
|
# characters.
|
|
357
|
-
max-line-length=
|
|
357
|
+
max-line-length=800
|
|
358
358
|
|
|
359
359
|
# Maximum number of lines in a module.
|
|
360
360
|
max-module-lines=1000
|
|
@@ -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.7"
|
|
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.3 → itw_python_builder-0.1.7}/itw_python_builder.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder.egg-info/requires.txt
RENAMED
|
File without changes
|
{itw_python_builder-0.1.3 → itw_python_builder-0.1.7}/itw_python_builder.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|