Skip to content

Commit

Permalink
extending CI workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
Warsame committed Sep 13, 2025
1 parent 8fe63af commit 619f1a2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
max-line-length = 88
extend-ignore = E203, W503
exclude = .git,__pycache__,build,dist,venv
5 changes: 5 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[mypy]
python_version = 3.11
strict = True
ignore_missing_imports = True
exclude = tests|venv
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[pytest]
minversion = 7.0
addopts = --cov=src --cov-report=term-missing
testpaths = tests

0 comments on commit 619f1a2

Please sign in to comment.