Skip to content

Fix ruff rules ISC flake8-implicit-str-concat - #8892

Merged
poyea merged 1 commit into
masterfrom
ruff-rule-ISC001
Jul 28, 2023
Merged

Fix ruff rules ISC flake8-implicit-str-concat#8892
poyea merged 1 commit into
masterfrom
ruff-rule-ISC001

Conversation

@cclauss

@cclausscclauss commented Jul 26, 2023

Copy link
Copy Markdown
Member

Describe your change:

  • Add an algorithm?
  • Fix a bug or typo in an existing algorithm?
  • Documentation change?

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized.
  • I know pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
  • All new Python files are placed inside an existing directory.
  • All filenames are in all lowercase characters with no spaces or dashes.
  • All functions and variable names follow Python naming conventions.
  • All function parameters and return values are annotated with Python type hints.
  • All functions have doctests that pass the automated testing.
  • All new algorithms include at least one URL that points to Wikipedia or another similar explanation.
  • If this pull request resolves one or more open issues then the description above includes the issue number(s) with a closing keyword: "Fixes #ISSUE-NUMBER".

@algorithms-keeperalgorithms-keeperBot added enhancement This PR modified some existing files awaiting reviews This PR is ready to be reviewed labels Jul 26, 2023
@cclausscclauss changed the title Fix ruff rules ISC flake8-implicit-str-concatFix ruff rules ISC flake8-implicit-str-concat -- DO NOT MERGE!Jul 26, 2023
@cclauss
cclauss marked this pull request as draft July 26, 2023 07:13
@cclausscclauss changed the title Fix ruff rules ISC flake8-implicit-str-concat -- DO NOT MERGE!Fix ruff rules ISC flake8-implicit-str-concatJul 26, 2023
@cclauss
cclauss marked this pull request as ready for review July 26, 2023 10:34
@cclauss
cclauss requested review from a team and removed request for dhruvmanilaJuly 27, 2023 07:40
@algorithms-keeperalgorithms-keeperBot removed the awaiting reviews This PR is ready to be reviewed label Jul 28, 2023
@poyea
poyea merged commit dbaff34 into masterJul 28, 2023
@cclauss
cclauss deleted the ruff-rule-ISC001 branch July 28, 2023 16:54
@isidroasisidroas mentioned this pull request Jan 25, 2025
14 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementThis PR modified some existing files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@cclauss@poyea@tianyizheng02