Skip to content

Commit 77db208

Browse files
Merge pull request #72 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 993c041 + e67ab44 commit 77db208

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/tox-dev/pyproject-fmt
3-
rev: "v2.11.1"
3+
rev: "v2.16.2"
44
hooks:
55
- id: pyproject-fmt
66

77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.14.9
8+
rev: v0.15.2
99
hooks:
1010
- id: ruff-check
1111
args: [--fix]

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,12 @@ dev = [
4545
[tool.setuptools]
4646
packages = [ "iniconfig" ]
4747
package-dir = { "" = "src" }
48-
49-
[tool.setuptools.package-data]
50-
iniconfig = [ "py.typed" ]
48+
package-data.iniconfig = [ "py.typed" ]
5149

5250
[tool.setuptools_scm]
5351
write_to = "src/iniconfig/_version.py"
5452

5553
[tool.ruff]
56-
5754
lint.extend-select = [
5855
"B", # flake8-bugbear
5956
"I", # isort
@@ -63,8 +60,8 @@ lint.extend-select = [
6360
lint.isort.force-single-line = true
6461
lint.isort.known-first-party = [ "iniconfig" ]
6562

66-
[tool.pytest.ini_options]
67-
testpaths = "testing"
63+
[tool.pytest]
64+
ini_options.testpaths = "testing"
6865

6966
[tool.mypy]
7067
strict = true

0 commit comments

Comments
 (0)