diff --git a/babelizer/data/templates/.pre-commit-config.yaml b/babelizer/data/templates/.pre-commit-config.yaml index 519c7de..372fa38 100644 --- a/babelizer/data/templates/.pre-commit-config.yaml +++ b/babelizer/data/templates/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black name: black @@ -35,7 +35,7 @@ repos: - flake8-simplify - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py310-plus] @@ -61,7 +61,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.9.0 hooks: - id: mypy additional_dependencies: [types-all]