Exclude virtual environment from isort fixing
This commit is contained in:
		| @@ -23,6 +23,7 @@ exclude = ''' | |||||||
| line_length = 100 | line_length = 100 | ||||||
| multi_line_output=0 | multi_line_output=0 | ||||||
| lines_after_imports=2 | lines_after_imports=2 | ||||||
|  | skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*"] | ||||||
|  |  | ||||||
| [build-system] | [build-system] | ||||||
| requires = ["setuptools >= 46.4.0", "wheel"] | requires = ["setuptools >= 46.4.0", "wheel"] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user