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

Add flake8-quotes #274

Merged
merged 5 commits into from
Oct 6, 2021
Merged

Add flake8-quotes #274

merged 5 commits into from
Oct 6, 2021

Conversation

pvk-developer
Copy link
Member

As part of #248 added flake8-quotes addon and adapted our code to follow this style check.

@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2021

Codecov Report

Merging #274 (f0bb9e1) into v0.6.0-dev (48f71b7) will increase coverage by 89.90%.
The diff coverage is n/a.

❗ Current head f0bb9e1 differs from pull request most recent head d67a34a. Consider uploading reports for the commit d67a34a to get more accurate results
Impacted file tree graph

@@               Coverage Diff               @@
##           v0.6.0-dev     #274       +/-   ##
===============================================
+ Coverage            0   89.90%   +89.90%     
===============================================
  Files               0        9        +9     
  Lines               0      773      +773     
===============================================
+ Hits                0      695      +695     
- Misses              0       78       +78     
Impacted Files Coverage Δ
rdt/__init__.py 34.48% <0.00%> (ø)
rdt/transformers/numerical.py 91.42% <0.00%> (ø)
rdt/transformers/boolean.py 100.00% <0.00%> (ø)
rdt/hyper_transformer.py 98.92% <0.00%> (ø)
rdt/transformers/datetime.py 92.42% <0.00%> (ø)
rdt/transformers/categorical.py 96.71% <0.00%> (ø)
rdt/transformers/null.py 98.07% <0.00%> (ø)
rdt/transformers/__init__.py 60.86% <0.00%> (ø)
rdt/transformers/base.py 84.53% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48f71b7...d67a34a. Read the comment docs.

@pvk-developer pvk-developer requested review from csala, amontanez24 and a team October 2, 2021 00:31
@pvk-developer pvk-developer marked this pull request as draft October 2, 2021 00:33
@pvk-developer pvk-developer marked this pull request as ready for review October 2, 2021 00:37
@csala csala requested review from a team, fealho and amontanez24 and removed request for a team, csala and amontanez24 October 4, 2021 12:18
setup.py Outdated
@@ -52,6 +52,7 @@
'flake8-sfs>=0.0.3,<0.1',
'isort>=4.3.4,<5',
'pylint>=2.5.3,<3',
'flake8-quotes>=3.3.0,<3.4',
Copy link
Member

Choose a reason for hiding this comment

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

@pvk-developer maybe we should cap it at <4? It seems like they will release the 3.4.0 soon.

Copy link
Contributor

Choose a reason for hiding this comment

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

I agree

@pvk-developer pvk-developer merged commit bc0c8e5 into v0.6.0-dev Oct 6, 2021
@pvk-developer pvk-developer deleted the issue_248_add_flake8_quotes branch October 6, 2021 14:00
csala pushed a commit that referenced this pull request Oct 13, 2021
* Add flake8-quotes and adapt the code

* Remove double quotes

* Update cap version
amontanez24 pushed a commit that referenced this pull request Oct 26, 2021
* Add flake8-quotes and adapt the code

* Remove double quotes

* Update cap version
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.

None yet

5 participants