From 7663a400bfb2b1e63ce64f9bfa54f82f6ddd1008 Mon Sep 17 00:00:00 2001 From: Akimov Mikhail Date: Wed, 27 May 2020 17:53:37 +0300 Subject: [PATCH 1/3] Fixing CI: - upgrade netpick version in poetry - change setup.cfg --- poetry.lock | 2 +- pyproject.toml | 2 +- setup.cfg | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6f97e3d..316538b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -654,7 +654,7 @@ description = "Flake8 plugin to enforce the same lint configuration (flake8, iso name = "nitpick" optional = false python-versions = ">=3.5,<4.0" -version = "0.21.3" +version = "0.22.1" [package.dependencies] attrs = "*" diff --git a/pyproject.toml b/pyproject.toml index 1a400f6..bbe87fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ wemake-python-styleguide = "^0.13.0" flake8-pytest = "^1.3" flake8-pytest-style = "^0.1.3" flake8-pyi = "^19.3" -nitpick = "^0.21.3" +nitpick = "^0.22.1" safety = "^1.8" diff --git a/setup.cfg b/setup.cfg index ba2b5fb..9c6d206 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,6 +56,8 @@ multi_line_output = 3 default_section = FIRSTPARTY # Should be: 80 - 1 line_length = 79 +use_parentheses = True + [darglint] @@ -98,6 +100,7 @@ disallow_any_explicit = True ignore_errors = False ignore_missing_imports = True implicit_reexport = False +local_partial_types = True strict_optional = True strict_equality = True no_implicit_optional = True From 18f0e04642f2358d8ab1536cda021417ce0ffeb7 Mon Sep 17 00:00:00 2001 From: Akimov Mikhail Date: Thu, 28 May 2020 10:51:21 +0300 Subject: [PATCH 2/3] Fixing CI: - upgrade netpick version in poetry - change setup.cfg --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9c6d206..174ffa1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,8 +54,7 @@ include_trailing_comma = true # See https://github.com/timothycrosley/isort#multi-line-output-modes multi_line_output = 3 default_section = FIRSTPARTY -# Should be: 80 - 1 -line_length = 79 +line_length = 80 use_parentheses = True From d2072f79cab7a9f3bb38d2528624e8fc04d8fc0a Mon Sep 17 00:00:00 2001 From: Akimov Mikhail Date: Thu, 28 May 2020 11:08:05 +0300 Subject: [PATCH 3/3] Fixing CI: - upgrade netpick, urllib3, pyyaml versions in poetry - change setup.cfg --- poetry.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 316538b..af7254a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -853,7 +853,7 @@ description = "YAML parser and emitter for Python" name = "pyyaml" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "5.1.2" +version = "5.3.1" [[package]] category = "dev" @@ -1130,7 +1130,7 @@ description = "HTTP library with thread-safe connection pooling, file post, and name = "urllib3" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4" -version = "1.25.7" +version = "1.25.9" [[package]] category = "dev"