Compare commits
1 commit
c8ac1d9322
...
cf4a392900
Author | SHA1 | Date | |
---|---|---|---|
cf4a392900 |
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ dependencies = [
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
target-version = "py313"
|
target-version = "py313"
|
||||||
line-length = 88
|
line-length = 100
|
||||||
indent-width = 4
|
indent-width = 4
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
|
@ -20,4 +20,4 @@ venvPath = "."
|
||||||
venv = ".venv"
|
venv = ".venv"
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = ["pre-commit>=4.3.0", "ruff>=0.12.11"]
|
dev = ["ruff>=0.12.11"]
|
Loading…
Add table
Add a link
Reference in a new issue