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

Fix: encountering a non-existing __init__.py file case #215

Merged
merged 3 commits into from
Aug 4, 2023
Merged

Conversation

hadialqattan
Copy link
Owner

Fixes: #214 (a workaround-ish fix).

@hadialqattan hadialqattan changed the title Fix: encountering non-existing __init__.py file case Fix: encountering a non-existing __init__.py file case Aug 4, 2023
@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Merging #215 (f8c254d) into master (dc1be92) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #215   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        28           
  Lines         2885      2894    +9     
=========================================
+ Hits          2885      2894    +9     
Files Changed Coverage Δ
tests/test_refactor.py 100.00% <ø> (ø)
pycln/utils/_exceptions.py 100.00% <100.00%> (ø)
pycln/utils/iou.py 100.00% <100.00%> (ø)
pycln/utils/refactor.py 100.00% <100.00%> (ø)
tests/test_iou.py 100.00% <100.00%> (ø)

@codeclimate
Copy link

codeclimate bot commented Aug 4, 2023

Code Climate has analyzed commit f8c254d and detected 0 issues on this pull request.

View more on Code Climate.

@hadialqattan hadialqattan merged commit 1afd275 into master Aug 4, 2023
21 checks passed
@hadialqattan hadialqattan deleted the i214 branch August 4, 2023 19:27
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.

[BUG] Cleaning/checking fails with a READ permission error
1 participant