Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
graintracking
DCT
Commits
5b9c530d
Commit
5b9c530d
authored
Apr 09, 2021
by
Joao P C Bertoldo
Browse files
config flake8
parent
5e6d0190
Changes
2
Hide whitespace changes
Inline
Side-by-side
pyproject.toml
View file @
5b9c530d
[tool.black]
line-length
=
127
target-version
=
[
'py36'
,
'py37'
,
'py38'
]
include
=
'\.pyi?$'
[flake8]
max-line-length
=
127
ignore
=
E
501
\ No newline at end of file
include
=
'\.pyi?$'
\ No newline at end of file
setup.cfg
0 → 100644
View file @
5b9c530d
[flake8]
max-line-length = 127
max-complexity = 10
ignore = E203, E266, E501, W503, F403, F401
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment