File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - id : mypy
1313 args : [--ignore-missing-imports, --check-untyped-defs]
1414 additional_dependencies : [types-PyYAML]
15- - repo : https://github.com/pre-commit/pre-commit-hooks
16- rev : v4.5.0
15+ - repo : https://github.com/pappasam/toml-sort
16+ rev : v0.24.2
1717 hooks :
18- - id : requirements-txt-fixer
18+ - id : toml-sort
19+ args : ["--all", "--trailing-comma-inline-array"]
Original file line number Diff line number Diff line change @@ -5,8 +5,12 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " python_project"
77version = " 0.0.1"
8- dynamic = [" dependencies" ]
98requires-python = " >=3.8"
9+ dependencies = [
10+ " pre-commit" ,
11+ " pytest" ,
12+ " pytest-cov" ,
13+ ]
1014
1115[tool .coverage ]
1216branch = true
@@ -48,6 +52,3 @@ no-lines-before = ["local-folder"]
4852
4953[tool .setuptools ]
5054packages = [" src" ]
51-
52- [tool .setuptools .dynamic ]
53- dependencies = {file = [" requirements.txt" ]}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments