habit-hooks-python 1.0.0__tar.gz → 1.0.1__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.
@@ -1,5 +1,5 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: habit-hooks-python
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: The Python Habit Hooks plugin
5
5
  Requires-Python: >=3.11
@@ -179,7 +179,7 @@ habit-sensors --all
179
179
 
180
180
  🚨
181
181
  ```text
182
- habit-sensors: sensor 'deptry' failed: python ${dir}/deptry_sensor.py
182
+ habit-sensors: sensor 'deptry' failed: ${python} ${dir}/deptry_sensor.py
183
183
  ```
184
184
 
185
185
  ## A crashing ruff fails the run, never reports clean
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "habit-hooks-python"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  description = "The Python Habit Hooks plugin"
5
5
  requires-python = ">=3.11"
6
6
  dependencies = []
@@ -0,0 +1 @@
1
+ command = "${python} ${dir}/deptry_sensor.py"
@@ -1 +0,0 @@
1
- command = "python ${dir}/deptry_sensor.py"