-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Vocola_compatibility moved from Unimacro to Dtactions repository * rename test directory to tests and rename alltests.py * working on extenvvars.py and testing them * and comment added in autohotkeyactions.py * testing mouse actions in unimacroutils.py... work in progress... * unimacroutils.py set_mouse_position * move unimacroactions.py to dtactions directly * move unimacroutils.py to dtactions directory directly * simplified and improved basic test (tmp_path instead of tmp_path_factory) * version # now in pyproject.toml --------- Co-authored-by: Doug Ransom <[email protected]>
- Loading branch information
1 parent
0c66eb4
commit 38a1ecc
Showing
46 changed files
with
2,652 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,3 +153,4 @@ cython_debug/ | |
/documentation/.#* | ||
.rst | ||
*.orig | ||
/.merge_file_* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ maintainers = [{name = "Quintijn Hoogenboom", email="[email protected]"}, | |
dynamic = ["description"] | ||
requires-python = ">=3.9" | ||
readme = "README.md" | ||
version="1.6.4.dev2" | ||
version="1.6.4.dev3" | ||
dependencies= [ | ||
"pywin32 >= 300", | ||
"debugpy", | ||
|
@@ -69,3 +69,8 @@ python_files = [ | |
] | ||
|
||
|
||
[tool.ruff] | ||
include = ["pyproject.toml", "src/**/*.py", "scripts/**/*.py","tests/**/*.py"] | ||
|
||
[tool.pyright] | ||
include = ["pyproject.toml", "src/**/*.py", "scripts/**/*.py","tests/**/*.py"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.