File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 4242 - id : trailing-whitespace
4343
4444 - repo : https://github.com/MarcoGorelli/auto-walrus
45- rev : 0.3.4
45+ rev : 0.4.1
4646 hooks :
4747 - id : auto-walrus
4848
@@ -54,17 +54,17 @@ repos:
5454 - tomli
5555
5656 - repo : https://github.com/astral-sh/ruff-pre-commit
57- rev : v0.14.13
57+ rev : v0.15.0
5858 hooks :
5959 - id : ruff-check
6060 # - id: ruff-format
6161
6262 - repo : https://github.com/tox-dev/pyproject-fmt
63- rev : v2.11.1
63+ rev : v2.15.0
6464 hooks :
6565 - id : pyproject-fmt
6666
6767 - repo : https://github.com/abravalheri/validate-pyproject
68- rev : v0.24.1
68+ rev : v0.25
6969 hooks :
7070 - id : validate-pyproject
Original file line number Diff line number Diff line change @@ -61,17 +61,12 @@ scripts.sc2replayer = "sc2reader.scripts.sc2replayer:main"
6161include-package-data = true
6262zip-safe = true
6363platforms = [ " any" ]
64-
65- [tool .setuptools .dynamic ]
66- readme = { file = [ " README.rst" , " CHANGELOG.rst" ] }
67- version = { attr = " sc2reader.__version__" }
68-
69- [tool .setuptools .packages ]
70- find = { namespaces = false }
64+ dynamic.readme = { file = [ " README.rst" , " CHANGELOG.rst" ] }
65+ dynamic.version = { attr = " sc2reader.__version__" }
66+ packages.find = { namespaces = false }
7167
7268[tool .ruff ]
7369line-length = 129
74-
7570lint.ignore = [
7671 " F401" , # module imported but unused; consider using `importlib.util.find_spec` to test for availability
7772 " F403" , # Run `removestar` on this codebase
You can’t perform that action at this time.
0 commit comments