diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f485ed7..1c18710 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,13 +60,13 @@ repos: additional_dependencies: [types-tabulate] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort (python) - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black @@ -84,7 +84,7 @@ repos: language: system - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.0.3" + rev: "3.2.0" hooks: - id: editorconfig-checker alias: ec