-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: mxstack/mxmake
base: main@{1day}
head repository: mxstack/mxmake
compare: main
- 17 commits
- 16 files changed
- 2 contributors
Commits on Nov 11, 2025
-
Add optional ruff check --fix support to ruff-format target
Introduces RUFF_FIXES and RUFF_UNSAFE_FIXES settings to enable auto-fixing linting issues. Default is false (non-breaking). Echo output shows actual flags used for transparency. Addresses #61
Configuration menu - View commit details
-
Copy full SHA for a5a66f2 - Browse repository at this point
Copy the full SHA a5a66f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1fe1f - Browse repository at this point
Copy the full SHA 7c1fe1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5eddbd - Browse repository at this point
Copy the full SHA e5eddbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bcbd06 - Browse repository at this point
Copy the full SHA 4bcbd06View commit details
Commits on Dec 15, 2025
-
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 650205b - Browse repository at this point
Copy the full SHA 650205bView commit details
Commits on Jan 28, 2026
-
Add qa.ty domain for Astral's ty type checker
Fast Python type checker (10-100x faster than mypy). Registers with CHECK_TARGETS and TYPECHECK_TARGETS.
Configuration menu - View commit details
-
Copy full SHA for a2fce81 - Browse repository at this point
Copy the full SHA a2fce81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3300025 - Browse repository at this point
Copy the full SHA 3300025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6938240 - Browse repository at this point
Copy the full SHA 6938240View commit details -
Merge pull request #64 from mxstack/dependabot/github_actions/actions…
…/download-artifact-7 Bump actions/download-artifact from 6 to 7
Configuration menu - View commit details
-
Copy full SHA for 987b77b - Browse repository at this point
Copy the full SHA 987b77bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 873ae2d - Browse repository at this point
Copy the full SHA 873ae2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7526d35 - Browse repository at this point
Copy the full SHA 7526d35View commit details -
Merge pull request #65 from mxstack/feature/ty-domain
Feature: support for ty typechecker (new domain under qa)
Configuration menu - View commit details
-
Copy full SHA for 29e6950 - Browse repository at this point
Copy the full SHA 29e6950View commit details -
Configuration menu - View commit details
-
Copy full SHA for f07d054 - Browse repository at this point
Copy the full SHA f07d054View commit details -
Merge pull request #62 from mxstack/feature/ruff-check-fix-61
Add optional ruff check --fix support to ruff-format target
Configuration menu - View commit details
-
Copy full SHA for 850f8eb - Browse repository at this point
Copy the full SHA 850f8ebView commit details -
Replace mypy with ty, modernize ruff configuration
- Remove mypy config, use ty for type checking - Configure ruff with comprehensive lint rules (E, F, W, B, I, UP, C4, SIM, RUF) - Configure isort via ruff with plone-style settings - Fix lint issues: unused imports, mutable defaults, dict/list literals - Add ClassVar annotations for mutable class attributes
Configuration menu - View commit details
-
Copy full SHA for f7da23e - Browse repository at this point
Copy the full SHA f7da23eView commit details -
Add ruff lint rules for builtins, pathlib, and print detection
- Add A (builtins shadowing), PTH (pathlib), T20 (print) rules - Fix: use Path.open() instead of open() in main.py - Fix: rename vars to tpl_vars to avoid shadowing builtin - Ignore T201 (print) in test files
Configuration menu - View commit details
-
Copy full SHA for 756f9ba - Browse repository at this point
Copy the full SHA 756f9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb950c1 - Browse repository at this point
Copy the full SHA fb950c1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main@{1day}...main