Skip to content

Commit

Permalink
Pin Python minor version and use existing setup.cfg for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEdding committed Jun 24, 2024
1 parent 8e1d68f commit 1fef977
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Bug Tracker" = "https://github.com/bakdata/streams-explorer/issues"

[tool.poetry.dependencies]
python = "^3.10"
python = "~3.10"
loguru = "^0.5.3"
matplotlib = "^3.4.3"
networkx = "^2.6.3"
Expand Down
2 changes: 1 addition & 1 deletion backend/run_mypy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -o errexit
# change directory to the project root directory.
cd "$(dirname "$0")"

mypy --pretty --package streams_explorer --package tests --namespace-packages --config-file mypy.ini
mypy --pretty --package streams_explorer --package tests --namespace-packages --config-file setup.cfg

0 comments on commit 1fef977

Please sign in to comment.