axio-tui-guards 0.2.3__tar.gz → 0.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,12 @@
1
+ .venv/
2
+ __pycache__/
3
+ *.pyc
4
+ *.pyo
5
+ .mypy_cache/
6
+ .ruff_cache/
7
+ .pytest_cache/
8
+ *.egg-info/
9
+ dist/
10
+ build/
11
+ _build/
12
+ .DS_Store
@@ -8,7 +8,7 @@ lint:
8
8
  uv run ruff check src/ tests/
9
9
 
10
10
  typecheck:
11
- uv run mypy src/
11
+ uv run mypy src/ tests/
12
12
 
13
13
  test:
14
14
  uv run pytest tests/ -v
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: axio-tui-guards
3
- Version: 0.2.3
3
+ Version: 0.3.3
4
4
  Summary: Guards plugin for Axio TUI
5
5
  Project-URL: Homepage, https://github.com/axio-agent/axio-tui-guards
6
6
  Project-URL: Repository, https://github.com/axio-agent/axio-tui-guards
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "axio-tui-guards"
3
- version = "0.2.3"
3
+ version = "0.3.3"
4
4
  description = "Guards plugin for Axio TUI"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
File without changes
File without changes