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

Code quality: find.py refactored and type annotated #1721

Merged
merged 4 commits into from Jun 9, 2022
Merged

Conversation

insspb
Copy link
Member

@insspb insspb commented Jun 8, 2022

Related #1403

PR #1547 converting os to pathlib silently and implementing a lot of str method calls. It is not what we want, we want to work with Path when it is Path and work with str when str required.

find module not related to actual work, but require update in test and in module in one time, otherwise it has no sense.

@insspb insspb added windows This issue/PR related to windows systems only code style This issue/PR relates to the project code style modification needs-review PR Only: This PR require review from other developer labels Jun 8, 2022
@github-actions github-actions bot added the CI/CD This issue/PR relates to the project CI/CD update or fix. label Jun 8, 2022
Copy link
Contributor

@jensens jensens left a comment

Choose a reason for hiding this comment

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

LGTM

@insspb insspb merged commit 514a56b into master Jun 9, 2022
@insspb insspb deleted the pathlib-find branch June 9, 2022 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD This issue/PR relates to the project CI/CD update or fix. code style This issue/PR relates to the project code style modification needs-review PR Only: This PR require review from other developer windows This issue/PR related to windows systems only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants