-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpython-no-poetry.toml
More file actions
26 lines (23 loc) · 898 Bytes
/
python-no-poetry.toml
File metadata and controls
26 lines (23 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# TODO: feat: default nitpick style should be "python-uv"; the previous preset should be renamed to "python-poetry"
[nitpick]
minimum_version = "0.10.0"
[nitpick.meta]
name = "Python project without Poetry"
url = "https://nitpick.rtfd.io/"
[nitpick.styles]
include = [
"py://nitpick/resources/any/codeclimate",
"py://nitpick/resources/any/commitizen",
"py://nitpick/resources/any/editorconfig",
"py://nitpick/resources/any/git-legal",
"py://nitpick/resources/any/pre-commit-hooks",
"py://nitpick/resources/any/prettier",
"py://nitpick/resources/javascript/package-json",
"py://nitpick/resources/markdown/markdownlint",
"py://nitpick/resources/python/absent",
"py://nitpick/resources/python/black",
"py://nitpick/resources/python/mypy",
"py://nitpick/resources/python/sonar-python",
"py://nitpick/resources/shell/bashate",
"py://nitpick/resources/shell/shellcheck",
]