diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 664f9997b..76116cd4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ files: ^soda/ exclude: antlr/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -24,19 +24,19 @@ repos: - id: autoflake args: ["--in-place", "--remove-all-unused-imports"] - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.21.0 hooks: - id: pyupgrade exclude: _models?\.py$ args: [--py38-plus, --keep-runtime-typing] - repo: https://github.com/PyCQA/isort - rev: 6.0.0 + rev: 7.0.0 hooks: - id: isort additional_dependencies: [toml] name: Sort imports using isort - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black name: Run black formatter