Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
cd4247f4
Commit
cd4247f4
authored
May 21, 2022
by
David Hotham
Committed by
Bjorn Neergaard
May 22, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typechecking poetry.utils.env
parent
59a9fd3f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
12 deletions
+1
-12
pyproject.toml
+1
-12
src/poetry/utils/env.py
+0
-0
No files found.
pyproject.toml
View file @
cd4247f4
...
@@ -115,18 +115,6 @@ enable_error_code = [
...
@@ -115,18 +115,6 @@ enable_error_code = [
"truthy-bool"
,
"truthy-bool"
,
]
]
# The following whitelist is used to allow for incremental adoption
# of Mypy. Modules should be removed from this whitelist as and when
# their respective type errors have been addressed. No new modules
# should be added to this whitelist.
# see https://github.com/python-poetry/poetry/pull/4510.
[[tool.mypy.overrides]]
module
=
[
'poetry.utils.env'
,
]
ignore_errors
=
true
# use of importlib-metadata backport at python3.7 makes it impossible to
# use of importlib-metadata backport at python3.7 makes it impossible to
# satisfy mypy without some ignores: but we get a different set of ignores at
# satisfy mypy without some ignores: but we get a different set of ignores at
# different python versions.
# different python versions.
...
@@ -152,6 +140,7 @@ module = [
...
@@ -152,6 +140,7 @@ module = [
'poetry.core.*'
,
'poetry.core.*'
,
'requests_toolbelt.*'
,
'requests_toolbelt.*'
,
'shellingham.*'
,
'shellingham.*'
,
'virtualenv.*'
,
]
]
ignore_missing_imports
=
true
ignore_missing_imports
=
true
...
...
src/poetry/utils/env.py
View file @
cd4247f4
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment