diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4826431..b3898b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,12 +10,12 @@ repos: - id: mixed-line-ending - repo: https://github.com/hhatto/autopep8 - rev: v2.3.1 + rev: v2.3.2 hooks: - id: autopep8 - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort args: [--profile=hug, -l 120, --balanced, --trailing-comma]