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
a9829223
Commit
a9829223
authored
Nov 10, 2021
by
Bernhard Mallinger
Browse files
Exclude build dir in CI
parent
61c7cecf
Pipeline
#18438
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.cfg
View file @
a9829223
[flake8]
max-line-length = 90
exclude = .venv
exclude = .venv
, build
ignore = W503,E203
[mypy]
exclude = .venv
exclude =
(
.venv
|build)
[mypy-jsonschema.*]
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