-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
nitpick-style.toml
27 lines (22 loc) · 1.05 KB
/
nitpick-style.toml
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
27
[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",
"gh://andreoliwa/nitpick@8a1d2bd0/src/nitpick/resources/python/hooks.toml", # NOTE: Needed for as long as Python 3.6 remains supported
# "py://nitpick/resources/python/pre-commit-hooks", # FIXME: Uncomment as soon as Python 3.6 support is dropped
# "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