Skip to content

Commit

Permalink
Merge branch 'master' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm authored Apr 23, 2024
2 parents 59ad80a + f33e55d commit a508b61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ local_scheme = "dirty-tag"

[tool.ruff]
line-length = 99

[tool.ruff.lint]
select = [
"ASYNC", # flake8-async
"E", "F", "W", # default Flake8
Expand All @@ -84,7 +86,7 @@ select = [
"UP", # pyupgrade
]

[tool.ruff.isort]
[tool.ruff.lint.isort]
known-first-party = ["asphalt.core"]

[tool.pytest.ini_options]
Expand Down

0 comments on commit a508b61

Please sign in to comment.