Skip to content

Commit

Permalink
mypy: update python version to avoid error/warning (spack#48593)
Browse files Browse the repository at this point in the history
* pyproject: remove mypy python version option since defaults to python used to run it (spack#48593)
  • Loading branch information
tldahlgren authored Jan 16, 2025
1 parent ca19790 commit 623ff83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ src_paths = "lib"
honor_noqa = true

[tool.mypy]
python_version = 3.7
files = ['lib/spack/llnl/**/*.py', 'lib/spack/spack/**/*.py', './var/spack/repos/builtin/packages/*/package.py']
mypy_path = ['bin', 'lib/spack', 'lib/spack/external', 'var/spack/repos/builtin']
allow_redefinition = true
Expand Down

0 comments on commit 623ff83

Please sign in to comment.