File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ coverage.xml
4848venv /
4949.venv /
5050.python-version
51- .pytest_cache
51+ .pytest
5252
5353# Translations
5454* .mo
@@ -73,3 +73,6 @@ devbox.lock
7373.devbox
7474
7575.uv-cache
76+
77+ .ruff
78+ .ty
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ include-package-data = true
5959envlist = [" py310" , " py311" , " py312" ]
6060
6161[tool .pytest .ini_options ]
62+ cache_dir = " .pytest"
6263testpaths = [" test" , " spec" ]
6364python_files = " test_*.py *_spec.py"
6465addopts = [
@@ -77,6 +78,7 @@ omit = [
7778]
7879
7980[tool .ruff ]
81+ cache-dir = " .ruff"
8082line-length = 130
8183fix = true
8284target-version = " py310"
@@ -98,7 +100,8 @@ ignore_unused = [
98100 " sphinx" ,
99101 " tox" ,
100102 " requests" ,
101- " ty"
103+ " ty" ,
104+ " tomlkit"
102105]
103106
104107[tool .ty .environment ]
You can’t perform that action at this time.
0 commit comments