nathan-v / aws_okta_keyman

AWS Okta Keyman (Key Manager) - An AWS + Okta CLI for generating and managing local AWS API keys
https://nathanv.com
Other
59 stars 38 forks source link

Update pyflakes to 3.0.1 #137

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates pyflakes from 2.5.0 to 3.0.1.

Changelog ### 3.0.1 ``` - Fix crash on augmented assign to ``print`` builtin ``` ### 3.0.0 ``` - Detect undefined name in variable defined by an annotated assignment - Add a new error for names which are annotated but unused - Remove handling of python 2.x `` type:`` comments. Use annotations instead ```
Links - PyPI: https://pypi.org/project/pyflakes - Changelog: https://pyup.io/changelogs/pyflakes/ - Repo: https://github.com/PyCQA/pyflakes
codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (0ec2324) compared to base (2d6da19). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #137 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 9 9 Lines 1131 1131 ========================================= Hits 1131 1131 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan+V). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan+V)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

pyup-bot commented 1 year ago

Closing this in favor of #165