Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sfg-walberla
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
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
Frederik Hennig
sfg-walberla
Commits
0734483e
Commit
0734483e
authored
9 months ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
more tooling
parent
5900411b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.flake8
+3
-0
3 additions, 0 deletions
.flake8
.gitignore
+22
-0
22 additions, 0 deletions
.gitignore
mypy.ini
+5
-0
5 additions, 0 deletions
mypy.ini
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
31 additions
and
1 deletion
.flake8
0 → 100644
+
3
−
0
View file @
0734483e
[flake8]
max-line-length=120
exclude = src/sfg_walberla/_version.py
This diff is collapsed.
Click to expand it.
.gitignore
0 → 100644
+
22
−
0
View file @
0734483e
**/.vscode
**/__pycache__
**/bin
**/obj
**/out
**/generated_src
**/build
# dev environment
**/.venv
# build artifacts
dist
*.tar.gz
*.whl
*.egg-info
# tests and coverage
.coverage
htmlcov
coverage.xml
This diff is collapsed.
Click to expand it.
mypy.ini
0 → 100644
+
5
−
0
View file @
0734483e
[mypy]
python_version
=
3.10
[mypy-pystencils.*]
ignore_missing_imports
=
true
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
0734483e
[project]
[project]
name
=
"walberla
_sfg
"
name
=
"
sfg_
walberla"
description
=
"Code Generation Utilities for walBerla"
description
=
"Code Generation Utilities for walBerla"
authors
=
[
authors
=
[
{name
=
"Frederik Hennig"
,
email
=
"frederik.hennig@fau.de"
}
,
{name
=
"Frederik Hennig"
,
email
=
"frederik.hennig@fau.de"
}
,
...
...
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