diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index adf84a8..95c632b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,17 +29,17 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.1.1" + rev: "v1.4.1" hooks: - id: mypy additional_dependencies: [types-requests] - repo: https://github.com/asottile/pyupgrade - rev: "v3.3.1" + rev: "v3.8.0" hooks: - id: pyupgrade - repo: https://github.com/floatingpurr/sync_with_poetry - rev: 0.4.0 + rev: 1.1.0 hooks: - id: sync_with_poetry