Skip to content

Commit

Permalink
Merge pull request #90 from neutrinoceros/mnt/migrate_ruff_config
Browse files Browse the repository at this point in the history
MNT: migrate ruff config
  • Loading branch information
neutrinoceros authored Mar 6, 2024
2 parents d8c90bc + 1f05560 commit fc94d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ exclude = '''
)/
'''

[tool.ruff]
[tool.ruff.lint]
exclude = ["*__init__.py"]
ignore = ["E501"]
select = [
Expand All @@ -81,5 +81,5 @@ select = [
"UP", # pyupgrade
]

[tool.ruff.isort]
[tool.ruff.lint.isort]
combine-as-imports = true

0 comments on commit fc94d4a

Please sign in to comment.