Skip to content

Commit

Permalink
Code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
trottomv committed Jan 11, 2023
1 parent 9eea250 commit d1d7f44
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
[tool.black]
target-version = ["py311"]

[tool.isort]
atomic = true
profile = "black"

[tool.mypy]
python_version = "3.11"
ignore_missing_imports = true


[tool.ruff]
extend-exclude = [
"__pycache__",
Expand Down Expand Up @@ -38,7 +33,8 @@ ignore_missing_imports = true
select = ["B", "C", "D", "E", "F", "I", "W", "B9"]
target-version = "py311"

[tool.ruff.isort]
known-first-party = [
"bootstrap",
]
[tool.ruff.isort]
combine-as-imports = true
known-first-party = [
"bootstrap",
]

0 comments on commit d1d7f44

Please sign in to comment.