Skip to content

Commit

Permalink
Merge pull request #247 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 committed Mar 6, 2024
2 parents 6c61267 + b3930f5 commit 9510175
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 @@ -78,7 +78,7 @@ exclude = '''
)/
'''

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

[tool.ruff.isort]
[tool.ruff.lint.isort]
combine-as-imports = true
known-third-party = [
"IPython",
Expand Down

0 comments on commit 9510175

Please sign in to comment.