itw-python-builder 0.1.7__tar.gz → 0.1.9__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.7 → itw_python_builder-0.1.9}/PKG-INFO +1 -1
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder/.pylintrc +6 -1
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder.egg-info/PKG-INFO +1 -1
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/pyproject.toml +1 -1
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/LICENSE +0 -0
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/README.md +0 -0
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder/__init__.py +0 -0
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder/cli.py +0 -0
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder/tasks.py +0 -0
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder/version.py +0 -0
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder.egg-info/SOURCES.txt +0 -0
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder.egg-info/dependency_links.txt +0 -0
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder.egg-info/entry_points.txt +0 -0
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder.egg-info/requires.txt +0 -0
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder.egg-info/top_level.txt +0 -0
- {itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/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
|
|
@@ -441,6 +442,10 @@ confidence=HIGH,
|
|
|
441
442
|
disable=raw-checker-failed,
|
|
442
443
|
W0223,
|
|
443
444
|
E1101,
|
|
445
|
+
C0114,
|
|
446
|
+
C0115,
|
|
447
|
+
C0116,
|
|
448
|
+
C0304,
|
|
444
449
|
bad-inline-option,
|
|
445
450
|
locally-disabled,
|
|
446
451
|
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.9"
|
|
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.7 → itw_python_builder-0.1.9}/itw_python_builder.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder.egg-info/requires.txt
RENAMED
|
File without changes
|
{itw_python_builder-0.1.7 → itw_python_builder-0.1.9}/itw_python_builder.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|