File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11repos :
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]
Original file line number Diff line number Diff line change @@ -45,15 +45,12 @@ dev = [
4545[tool .setuptools ]
4646packages = [ " iniconfig" ]
4747package-dir = { "" = " src" }
48-
49- [tool .setuptools .package-data ]
50- iniconfig = [ " py.typed" ]
48+ package-data.iniconfig = [ " py.typed" ]
5149
5250[tool .setuptools_scm ]
5351write_to = " src/iniconfig/_version.py"
5452
5553[tool .ruff ]
56-
5754lint.extend-select = [
5855 " B" , # flake8-bugbear
5956 " I" , # isort
@@ -63,8 +60,8 @@ lint.extend-select = [
6360lint.isort.force-single-line = true
6461lint.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 ]
7067strict = true
You can’t perform that action at this time.
0 commit comments