Skip to content

Commit

Permalink
Enable flake8-implicit-str-concat Ruff lints (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Mar 14, 2024
1 parent e3096d3 commit 1efc891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ select = [
"RUF", # ruff
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"ISC", # flake8-implicit-str-concat
"PTH", # flake8-use-pathlib
"SIM", # flake8-simplify
"TID", # flake8-tidy-imports
Expand Down

0 comments on commit 1efc891

Please sign in to comment.