File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ repos:
75
75
additional_dependencies :
76
76
- markdown-it-texmath
77
77
- repo : https://github.com/astral-sh/ruff-pre-commit
78
- rev : v0.11.12
78
+ rev : v0.11.13
79
79
hooks :
80
80
- id : ruff
81
81
- id : ruff-format
82
82
- repo : https://github.com/kumaraditya303/mirrors-pyright
83
- rev : v1.1.401
83
+ rev : v1.1.402
84
84
hooks :
85
85
- id : pyright
86
86
# - repo: https://github.com/NixOS/nixfmt
Original file line number Diff line number Diff line change @@ -255,3 +255,7 @@ The following build systems respect it:
255
255
For autotools, you must include
256
256
[ ` variables.mak ` ] ( tests/examples/autotools/program/variables.mak ) in your
257
257
` Makefile.am ` .
258
+
259
+ ## TODO
260
+
261
+ - [ ] get version from scm: ` dynamic = ["version"] ` in ` pyproject.toml `
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "xmake_python"
6
6
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
7
7
[project ]
8
8
name = " xmake-python"
9
- version = " 0.1.4 "
9
+ version = " 0.1.5 "
10
10
description = " xmake Python build system (PEP 517)"
11
11
readme = " README.md"
12
12
# from typing import Self
You can’t perform that action at this time.
0 commit comments