diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5180923c1..872d5dfabd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,13 +19,13 @@ repos: # Autoformat: Python code - repo: https://github.com/pycqa/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort # Autoformat: Python code - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black diff --git a/deployer/commands/deployer.py b/deployer/commands/deployer.py index a938504afa..ed0d2ba0a5 100644 --- a/deployer/commands/deployer.py +++ b/deployer/commands/deployer.py @@ -17,9 +17,7 @@ cleanup_values_schema_json, ) from deployer.commands.validate.config import cluster_config as validate_cluster_config -from deployer.commands.validate.config import ( - get_chart_dir, -) +from deployer.commands.validate.config import get_chart_dir from deployer.commands.validate.config import support_config as validate_support_config from deployer.commands.validate.config import ( validate_authenticator_config,