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

Implement ESCDELAY environment value #260

Merged
merged 9 commits into from
Dec 17, 2023
Merged

Implement ESCDELAY environment value #260

merged 9 commits into from
Dec 17, 2023

Conversation

jquast
Copy link
Owner

@jquast jquast commented Oct 31, 2023

Closes #158

Also pins docformatter due to related issue PyCQA/docformatter#264

@codecov
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a34c6b1) 95.38% compared to head (47328d9) 95.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #260      +/-   ##
==========================================
+ Coverage   95.38%   95.42%   +0.04%     
==========================================
  Files           9        9              
  Lines        1018     1027       +9     
  Branches      215      216       +1     
==========================================
+ Hits          971      980       +9     
  Misses         43       43              
  Partials        4        4              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

g# with '#' will be ignored, and an empty message aborts the commit.
this should help with dubious test coverage results,
i wasn't using pytest fixture right anyway
tests/test_core.py Outdated Show resolved Hide resolved
        D301: Use r""" if any backslashes in a docstring

        Use r"""raw triple double quotes""" if you use any backslashes
        (\) in your docstrings.
        Exceptions are backslashes for line-continuation and unicode escape
        sequences \N... and \u... These are considered intended unescaped
        content in docstrings.
- fix for 'pylint: disable'

- pin docformatter, As it seems the bug that @avylove created may not
  been addressed, freeze docformatter for now, to prevent failing CI

  PyCQA/docformatter#264
@jquast
Copy link
Owner Author

jquast commented Dec 14, 2023

Thanks @avylove I also went ahead and pinned docformatter, as I'm not sure PyCQA/docformatter#264 will be addressed anytime soon, should allow our other builds to succeed.

@jquast jquast merged commit 6941a63 into master Dec 17, 2023
24 checks passed
@jquast jquast deleted the esc_delay branch December 17, 2023 03:33
@jquast
Copy link
Owner Author

jquast commented Dec 17, 2023

too bad really, I was enjoying being exactly 666 commits ahead of blessings

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.

Conditionally set default esc_delay of inkey() from environment
2 participants