Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop python3.6 support #2499

Merged
merged 5 commits into from Sep 25, 2022
Merged

Drop python3.6 support #2499

merged 5 commits into from Sep 25, 2022

Conversation

sobolevn
Copy link
Member

No description provided.

ConfigValuesTypes = Union[str, int, bool, Sequence[str]]
string = 'string'
ConfigValuesTypes: TypeAlias = Union[str, int, bool, Sequence[str]]
String: Final = 'string'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pep8] reported by reviewdog 🐶
F821 undefined name 'Final'

@@ -156,12 +156,12 @@ class of violations that are forbidden to ignore inline, defaults to

import attr
from flake8.options.manager import OptionManager
from typing_extensions import final
from typing_extensions import Final, эTypeAlias, final
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pep8] reported by reviewdog 🐶
F401 'typing_extensions.эTypeAlias' imported but unused

@@ -156,12 +156,12 @@

import attr
from flake8.options.manager import OptionManager
from typing_extensions import final
from typing_extensions import Final, эTypeAlias, final
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pep8] reported by reviewdog 🐶
I001 isort found an import in the wrong position


from wemake_python_styleguide.options import defaults

ConfigValuesTypes = Union[str, int, bool, Sequence[str]]
string = 'string'
ConfigValuesTypes: TypeAlias = Union[str, int, bool, Sequence[str]]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pep8] reported by reviewdog 🐶
F821 undefined name 'TypeAlias'

@codecov
Copy link

codecov bot commented Sep 25, 2022

Codecov Report

Merging #2499 (b42c0c9) into master (45cd76a) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master     #2499   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          119       119           
  Lines         6385      6381    -4     
  Branches      1447      1445    -2     
=========================================
- Hits          6385      6381    -4     
Impacted Files Coverage Δ
..._python_styleguide/transformations/ast/bugfixes.py 100.00% <ø> (ø)
...make_python_styleguide/transformations/ast_tree.py 100.00% <ø> (ø)
wemake_python_styleguide/checker.py 100.00% <100.00%> (ø)
wemake_python_styleguide/compat/types.py 100.00% <100.00%> (ø)
..._python_styleguide/logic/complexity/annotations.py 100.00% <100.00%> (ø)
wemake_python_styleguide/logic/tree/functions.py 100.00% <100.00%> (ø)
wemake_python_styleguide/logic/tree/ifs.py 100.00% <100.00%> (ø)
wemake_python_styleguide/logic/tree/variables.py 100.00% <100.00%> (ø)
wemake_python_styleguide/logic/walk.py 100.00% <100.00%> (ø)
wemake_python_styleguide/options/config.py 100.00% <100.00%> (ø)
... and 14 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sobolevn sobolevn merged commit 534008b into master Sep 25, 2022
@delete-merged-branch delete-merged-branch bot deleted the drop-python3.6 branch September 25, 2022 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant