diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4851b5..cd1de10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: exclude_types: [csv, json] exclude: ^tests/fixtures/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: no-commit-to-branch args: @@ -39,7 +39,7 @@ repos: - id: prettier stages: [manual] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.5.1" + rev: "v1.6.0" hooks: - id: mypy files: ^(gios)/.+\.py$