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

chore(mypy): skip argcomplete import for now #130

Merged
merged 1 commit into from
Aug 13, 2023

Conversation

scop
Copy link
Owner

@scop scop commented May 4, 2023

Errors out with python_version < 3.6 due to variable annotations in use in recent versions.

@scop scop force-pushed the chore/mypy-ignore-argcomplete branch from 906b7ec to 95bfe20 Compare June 10, 2023 07:58
@scop scop force-pushed the chore/mypy-ignore-argcomplete branch from 95bfe20 to ead2a30 Compare August 12, 2023 20:39
Errors out with `python_version` < 3.6 due to variable annotations in
use in recent versions.
@scop scop force-pushed the chore/mypy-ignore-argcomplete branch from ead2a30 to 4f91512 Compare August 13, 2023 06:22
@codecov
Copy link

codecov bot commented Aug 13, 2023

Codecov Report

Merging #130 (4f91512) into main (a4d951a) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #130   +/-   ##
=======================================
  Coverage   82.95%   82.95%           
=======================================
  Files           2        2           
  Lines          88       88           
=======================================
  Hits           73       73           
  Misses         15       15           
Files Changed Coverage Δ
hashpipe/__main__.py 72.72% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@scop scop merged commit 3e0feec into main Aug 13, 2023
13 checks passed
@scop scop deleted the chore/mypy-ignore-argcomplete branch August 13, 2023 06:38
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.

1 participant