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

Remove extra spacing artifacts #1281

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Remove extra spacing artifacts #1281

wants to merge 1 commit into from

Conversation

lrafeei
Copy link
Contributor

@lrafeei lrafeei commented Jan 7, 2025

This PR removes instances of strings that are separated by a space unintentionally.

Example:

text = "This is not" "supposed to happen"

Copy link

github-actions bot commented Jan 7, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 3 0 6.04s
✅ PYTHON black 12 0 0 1.84s
✅ PYTHON flake8 12 0 1.14s
✅ PYTHON isort 12 0 0 0.39s
❌ PYTHON pylint 12 18 7.23s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@mergify mergify bot added the tests-failing label Jan 7, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.10%. Comparing base (4c06d26) to head (8bd202b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1281      +/-   ##
==========================================
- Coverage   79.68%   79.10%   -0.58%     
==========================================
  Files         201      201              
  Lines       22174    22174              
  Branches     3519     3519              
==========================================
- Hits        17669    17541     -128     
- Misses       3355     3515     +160     
+ Partials     1150     1118      -32     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants