Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions deployer/commands/deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading