Skip to content

Commit

Permalink
chore: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Mar 8, 2024
1 parent 2680628 commit 5217293
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
@@ -1,14 +1,14 @@
[tool.black]
include = '\.pyi?$'
line-length = 100
target-version = ['py38']
target-version = ['py311']

[tool.ruff]
extend-exclude = ["setup.py"]
lint.select = ["D", "E", "F", "I"]
lint.ignore = ["D212"]
line-length = 100
target-version = "py38"
target-version = "py311"
fix = true

[mypy]
Expand Down

0 comments on commit 5217293

Please sign in to comment.