EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
scheduler
Commits
f60fc52a
Commit
f60fc52a
authored
Nov 10, 2021
by
Bernhard Mallinger
Browse files
Add black, flake8, mypy
parent
2921c26c
Changes
2
Hide whitespace changes
Inline
Side-by-side
requirements-dev.txt
0 → 100644
View file @
f60fc52a
black==21.10b0
flake8==4.0.1
mypy==0.910
types-PyYAML
types-redis
setup.cfg
0 → 100644
View file @
f60fc52a
[flake8]
max-line-length = 90
exclude = .venv
ignore = W503,E203
[mypy]
exclude = .venv
[mypy-jsonschema.*]
ignore_missing_imports = True
[mypy-setuptools.*]
ignore_missing_imports = True
[mypy-schedule.*]
ignore_missing_imports = True
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