Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fachschaft
Portal
Commits
f8217c9d
Unverified
Commit
f8217c9d
authored
6 months ago
by
karp
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
Explain how to format and type check.
parent
b820a149
No related branches found
Branches containing commit
No related tags found
1 merge request
!24
Update pipeline to check types and formatting
Pipeline
#6701
passed
6 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-0
11 additions, 0 deletions
README.md
with
11 additions
and
0 deletions
README.md
+
11
−
0
View file @
f8217c9d
...
...
@@ -93,6 +93,17 @@ Alembic must always be up to date in order to update the database schema.
Please run `alembic upgrade head` after pulling changes from the repository.
---
## Compliance
### Formatting
We use
[
black
](
https://github.com/psf/black
)
as formatting tool.
Use
`black .`
to run the formatter.
### Static Type Checking
Run
`mypy .`
to let
[
mypy
](
https://www.mypy-lang.org/
)
validate the Python types.
## How to move around in this repo
## `/portal/`: Main Application
...
...
This diff is collapsed.
Click to expand it.
karp
@karp
mentioned in commit
9e0cbaed
·
5 months ago
mentioned in commit
9e0cbaed
mentioned in commit 9e0cbaedb7bb21c51f23cb461e241d779c04c9ae
Toggle commit list
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