Skip to content

Commit

Permalink
Set cache dirs (#207)
Browse files Browse the repository at this point in the history
* Set cache dirs

* Set cache dirs
  • Loading branch information
cidrblock authored Jun 7, 2024
1 parent 1521e67 commit e3c04e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 50 deletions.
50 changes: 0 additions & 50 deletions go.json

This file was deleted.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ parallel = true
source_pkgs = ["ansible_dev_environment"]

[tool.mypy]
cache_dir = "./.cache/.mypy"
files = ["src", "tests"]
strict = true

Expand Down Expand Up @@ -306,12 +307,14 @@ fail-on = [

[tool.pytest.ini_options]
addopts = "-ra --showlocals --durations=10"
cache_dir = "./.cache/.pytest"
testpaths = "tests"
tmp_path_retention_policy = "failed"
verbosity_assertions = 2

[tool.ruff]
builtins = ["__"]
cache-dir = "./.cache/.ruff"
fix = true
line-length = 100
target-version = "py310"
Expand Down

0 comments on commit e3c04e9

Please sign in to comment.