Skip to content

Commit

Permalink
💚 make ci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
CMHopeSunshine committed Nov 15, 2023
1 parent 3f94235 commit 68c8f0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ nonemoji = "^0.1.2"
pre-commit = "^3.1.0"

[tool.ruff]
select = ["E", "W", "F", "I", "UP", "C", "T", "PYI", "PT", "Q"]
ignore = ["E402", "F403", "F405", "C901", "PYI021", "PYI048"]
select = ["E", "W", "F", "I", "UP", "C", "T", "PYI", "PT"]
ignore = ["E402", "F403", "F405", "C901", "PYI021", "PYI048", "W191", "E501"]
line-length = 88
target-version = "py38"
ignore-init-module-imports = true
Expand All @@ -32,7 +32,6 @@ ignore-init-module-imports = true
[tool.ruff.isort]
force-sort-within-sections = true
extra-standard-library = ["typing_extensions"]
force-wrap-aliases = true
combine-as-imports = true
order-by-type = true
relative-imports-order = "closest-to-furthest"
Expand Down

0 comments on commit 68c8f0c

Please sign in to comment.