Skip to content

Commit

Permalink
being ridiculous
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Oct 27, 2024
1 parent a4d919b commit 21cbd4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ sdist.include = [

[tool.ruff]
src = [
"src",
"tests",
'src',
'tests',
]
respect-gitignore = true
line-length = 88
Expand Down Expand Up @@ -121,7 +121,7 @@ fixable = ['ALL']
unfixable = []

[tool.ruff.lint.per-file-ignores]
"*.ipynb" = [
'*.ipynb' = [
'E501', # Line too long (104 > 88)
]

Expand Down

0 comments on commit 21cbd4a

Please sign in to comment.