-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: overhaul build and CI workflows
- Simplified environment setup by integrating Rye for dependency management. - Streamlined CI pipeline by removing redundant steps and optimizing for efficiency. - Enhanced code quality by updating Python dependencies and targeting Python 3.12. - Improved documentation and README links for better user guidance. - Optimized rule set compilation and artifact handling in CI workflows. - Removed deprecated files and configurations to clean up the codebase. - Introduced lazy loading for modules to improve startup performance. - Refactored logging initialization for better consistency and readability. - Updated project metadata and configuration files for modern standards. BREAKING CHANGE: Dropped support for Node 6 and older Python versions.
- Loading branch information
Showing
71 changed files
with
1,108 additions
and
1,020 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
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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# shellcheck disable=SC2148 | ||
source_env_if_exists ./.venv/bin/activate | ||
watch_file requirements{,-dev}.lock | ||
if [[ ! -f .venv/bin/activate ]]; then | ||
rye sync | ||
fi | ||
source_env .venv/bin/activate |
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 |
---|---|---|
|
@@ -11,4 +11,3 @@ wheels/ | |
|
||
data/ | ||
output/ | ||
rule-sets/ |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.