diff --git a/.cursor/rules/.gitignore b/.cursor/rules/.gitignore deleted file mode 100644 index 0a59435..0000000 --- a/.cursor/rules/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -python-development.mdc -python-general.mdc -python-github-actions.mdc -python-markdown-documentation.mdc -python-packaging-modernization.mdc -python-testing.mdc -python-version-control.mdc -python-version-management.mdc diff --git a/.gitignore b/.gitignore index 23121ad..23d5da4 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,8 @@ docs/_output # Cursor .cursorrules +.cursor +.cursor/rules # VSCode .vscode diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45720df..f1d6a13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,10 +16,10 @@ repos: hooks: - id: prettier stages: [pre-commit] - # - repo: https://github.com/rhysd/actionlint - # rev: v1.6.17 - # hooks: - # - id: actionlint + - repo: https://github.com/rhysd/actionlint + rev: v1.7.7 + hooks: + - id: actionlint # - repo: https://github.com/jumanjihouse/pre-commit-hooks # rev: 3.0.0 # or specific git tag # hooks: @@ -38,3 +38,8 @@ repos: - id: ruff # Run the Ruff formatter. - id: ruff-format + - repo: https://github.com/astral-sh/uv-pre-commit + # uv version. + rev: 0.7.13 + hooks: + - id: uv-lock diff --git a/pyproject.toml b/pyproject.toml index f7ddfd4..8aee41f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyconfig" -version = "1.0.0" +version = "3.2.3" description = "Python-based singleton configuration" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index 8257245..d41a734 100644 --- a/uv.lock +++ b/uv.lock @@ -294,7 +294,7 @@ wheels = [ [[package]] name = "pyconfig" -version = "1.0.0" +version = "3.2.3" source = { virtual = "." } dependencies = [ { name = "pytool" },