-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathnitpick-style.toml
More file actions
26 lines (21 loc) · 874 Bytes
/
Copy pathnitpick-style.toml
File metadata and controls
26 lines (21 loc) · 874 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
[nitpick.styles]
include = [
# "py://nitpick/resources/any/editorconfig",
# "py://nitpick/resources/any/git-legal",
"py://nitpick/resources/any/pre-commit-hooks",
# "py://nitpick/resources/python/flake8",
# "py://nitpick/resources/python/github-workflow",
# "py://nitpick/resources/python/pre-commit-hooks",
# "py://nitpick/resources/python/isort", # Requires config to be in `setup.cfg` so not for us
# "py://nitpick/resources/python/mypy", # Requires CLI args but we have that in `mypy.ini`
# "py://nitpick/resources/python/pylint", # Makes several bad suggestions
# "py://nitpick/resources/python/radon",
"py://nitpick/resources/shell/bashate",
# "py://nitpick/resources/shell/shellcheck",
]
[".flake8".flake8]
max-line-length = 79
[".isort.cfg".settings]
line_length = 79
[".pylintrc".FORMAT]
max-line-length = 79