mypy: update python version to avoid error/warning (#48593)
* pyproject: remove mypy python version option since defaults to python used to run it (#48593)
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user