Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
NACSOS Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MCC APSIS
NACSOS
NACSOS Core
Commits
a063f1c2
Commit
a063f1c2
authored
2 years ago
by
Tim Repke
Browse files
Options
Downloads
Patches
Plain Diff
add flake and mypy config
parent
8159b2f6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#703
failed
2 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.flake8
+1
-1
1 addition, 1 deletion
.flake8
pyproject.toml
+7
-1
7 additions, 1 deletion
pyproject.toml
with
8 additions
and
2 deletions
.flake8
+
1
−
1
View file @
a063f1c2
[flake8]
max-line-length = 122
select = C,E,F,W,B,B9
ignore = E203, E501, W503
ignore = E203, E501, W503
, E126
exclude = __init__.py, venv/, config/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pyproject.toml
+
7
−
1
View file @
a063f1c2
...
...
@@ -20,4 +20,10 @@ warn_redundant_casts = true
warn_return_any
=
true
warn_unreachable
=
true
warn_unused_configs
=
true
no_implicit_reexport
=
true
\ No newline at end of file
no_implicit_reexport
=
true
[tool.pydantic-mypy]
init_forbid_extra
=
true
init_typed
=
true
warn_required_dynamic_aliases
=
true
warn_untyped_fields
=
true
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment