Skip to content

Commit

Permalink
chore: Run dprint fmt --config ~/.dprint.conf -- pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 2, 2023
1 parent a059f6e commit c9b3de3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Repository = "https://github.com/cihai/cihai"
python = "^3.8"
appdirs = "*"
PyYAML = "~6.0"
sqlalchemy = {extras = ["mypy"], version = "~2.0"}
sqlalchemy = { extras = ["mypy"], version = "~2.0" }
unihan-etl = "~=0.28.0"

[tool.poetry.group.dev.dependencies]
Expand Down Expand Up @@ -134,15 +134,15 @@ select = [
"E", # pycodestyle
"F", # pyflakes
"I", # isort
"UP", # pyupgrade
"UP", # pyupgrade
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"Q", # flake8-quotes
"PTH", # flake8-use-pathlib
"SIM", # flake8-simplify
"SIM", # flake8-simplify
"TRY", # Trycertatops
"PERF", # Perflint
"RUF" # Ruff-specific rules
"RUF", # Ruff-specific rules
]

[tool.ruff.isort]
Expand Down

0 comments on commit c9b3de3

Please sign in to comment.