Skip to content

Commit 94a493a

Browse files
authored
Merge pull request #221 from ggtracker/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1b30ecf + 7c5369d commit 94a493a

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
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

pyproject.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,12 @@ scripts.sc2replayer = "sc2reader.scripts.sc2replayer:main"
6161
include-package-data = true
6262
zip-safe = true
6363
platforms = [ "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]
7369
line-length = 129
74-
7570
lint.ignore = [
7671
"F401", # module imported but unused; consider using `importlib.util.find_spec` to test for availability
7772
"F403", # Run `removestar` on this codebase

0 commit comments

Comments
 (0)