itw-python-builder 0.1.8__tar.gz → 0.1.10__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.8 → itw_python_builder-0.1.10}/PKG-INFO +1 -1
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder/.pylintrc +3 -1
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder.egg-info/PKG-INFO +1 -1
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/pyproject.toml +1 -1
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/LICENSE +0 -0
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/README.md +0 -0
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder/__init__.py +0 -0
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder/cli.py +0 -0
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder/tasks.py +0 -0
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder/version.py +0 -0
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder.egg-info/SOURCES.txt +0 -0
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder.egg-info/dependency_links.txt +0 -0
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder.egg-info/entry_points.txt +0 -0
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder.egg-info/requires.txt +0 -0
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder.egg-info/top_level.txt +0 -0
- {itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/setup.cfg +0 -0
|
@@ -193,7 +193,8 @@ good-names=i,
|
|
|
193
193
|
k,
|
|
194
194
|
ex,
|
|
195
195
|
Run,
|
|
196
|
-
_
|
|
196
|
+
_,
|
|
197
|
+
schema_view
|
|
197
198
|
|
|
198
199
|
# Good variable names regexes, separated by a comma. If names match any regex,
|
|
199
200
|
# they will always be accepted
|
|
@@ -445,6 +446,7 @@ disable=raw-checker-failed,
|
|
|
445
446
|
C0115,
|
|
446
447
|
C0116,
|
|
447
448
|
C0304,
|
|
449
|
+
R0903,
|
|
448
450
|
bad-inline-option,
|
|
449
451
|
locally-disabled,
|
|
450
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.10"
|
|
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.8 → itw_python_builder-0.1.10}/itw_python_builder.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder.egg-info/requires.txt
RENAMED
|
File without changes
|
{itw_python_builder-0.1.8 → itw_python_builder-0.1.10}/itw_python_builder.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|