File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 6060 - flake8-unused-arguments==0.0.13
6161 - flake8-noqa==1.3
6262 - pep8-naming==0.13.3
63+ - repo : https://github.com/tox-dev/pyproject-fmt
64+ rev : " 0.9.2"
65+ hooks :
66+ - id : pyproject-fmt
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=67.1" , " setuptools_scm>=7.1" ]
32build-backend = ' setuptools.build_meta'
4-
5- [tool .black ]
6- line-length = 120
7-
8- [tool .isort ]
9- profile = " black"
10- known_first_party = [" pytest_print" ]
3+ requires = [
4+ " setuptools>=67.1" ,
5+ " setuptools_scm>=7.1" ,
6+ ]
117
128[tool .setuptools_scm ]
139write_to = " src/pytest_print/version.py"
@@ -16,3 +12,10 @@ write_to_template = """
1612
1713__version__ = "{version}"
1814"""
15+
16+ [tool .black ]
17+ line-length = 120
18+
19+ [tool .isort ]
20+ profile = " black"
21+ known_first_party = [" pytest_print" ]
You can’t perform that action at this time.
0 commit comments