databricks-cli/libs/python
Denis Bilenko 2e018cfaec
Enable gofumpt and goimports in golangci-lint (#1999)
## Changes
Enable gofumpt and goimports in golangci-lint and apply autofix.

This makes 'make fmt' redundant, will be cleaned up in follow up diff.

## Tests
Existing tests.
2024-12-12 10:28:42 +01:00
..
testdata Added `python.DetectInterpreters` and other utils (#805) 2023-10-03 10:47:09 +00:00
detect.go Make `pydabs/venv_path` optional (#1687) 2024-08-20 13:26:57 +00:00
detect_test.go Enable gofumpt and goimports in golangci-lint (#1999) 2024-12-12 10:28:42 +01:00
detect_unix_test.go Added `python.DetectInterpreters` and other utils (#805) 2023-10-03 10:47:09 +00:00
detect_win_test.go Added `python.DetectInterpreters` and other utils (#805) 2023-10-03 10:47:09 +00:00
interpreters.go Enable gofumpt and goimports in golangci-lint (#1999) 2024-12-12 10:28:42 +01:00
interpreters_unix_test.go Enable gofumpt and goimports in golangci-lint (#1999) 2024-12-12 10:28:42 +01:00
interpreters_win_test.go Added `python.DetectInterpreters` and other utils (#805) 2023-10-03 10:47:09 +00:00
utils.go Added `python.DetectInterpreters` and other utils (#805) 2023-10-03 10:47:09 +00:00
utils_test.go Added `python.DetectInterpreters` and other utils (#805) 2023-10-03 10:47:09 +00:00
venv.go Added `python.DetectInterpreters` and other utils (#805) 2023-10-03 10:47:09 +00:00
venv_test.go Added `python.DetectInterpreters` and other utils (#805) 2023-10-03 10:47:09 +00:00