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

STY: Apply ruff/flake8-implicit-str-concat rule ISC001 #12602

Merged
merged 4 commits into from
May 15, 2024

Commits on May 5, 2024

  1. STY: Apply ruff/flake8-implicit-str-concat rule ISC001

    	ISC001 Implicitly concatenated string literals on one line
    
    This rule is currently disabled because it conflicts with the formatter:
    	astral-sh/ruff#8272
    DimitriPapadopoulos committed May 5, 2024
    Configuration menu
    Copy the full SHA
    79a46f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74cb75e View commit details
    Browse the repository at this point in the history
  3. STY: Manually apply ruff/flake8-implicit-str-concat rule ISC001

    	ISC001 Implicitly concatenated string literals on one line
    
    This rule is currently disabled because it conflicts with the formatter:
    	astral-sh/ruff#8272
    DimitriPapadopoulos committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c3296bc View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    af02fcf View commit details
    Browse the repository at this point in the history