Ignore repos
This commit is contained in:
parent
541415e011
commit
c9ffee997e
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
repos
|
||||
|
|
@ -24,12 +24,14 @@ packages = ["src/mudlib"]
|
|||
[tool.ruff]
|
||||
src = ["src"]
|
||||
line-length = 88
|
||||
exclude = ["repos"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "I", "UP", "B", "SIM"]
|
||||
|
||||
[tool.pyright]
|
||||
pythonVersion = "3.12"
|
||||
exclude = ["repos"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue