[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.1.1...v1.4.1)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.8.0)
- [github.com/floatingpurr/sync_with_poetry: 0.4.0 → 1.1.0](https://github.com/floatingpurr/sync_with_poetry/compare/0.4.0...1.1.0)
This commit is contained in:
pre-commit-ci[bot]
2023-07-04 09:00:29 +00:00
committed by GitHub
parent d22fa01628
commit b69acf27ce

View File

@@ -29,17 +29,17 @@ repos:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.1.1" rev: "v1.4.1"
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: [types-requests] additional_dependencies: [types-requests]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: "v3.3.1" rev: "v3.8.0"
hooks: hooks:
- id: pyupgrade - id: pyupgrade
- repo: https://github.com/floatingpurr/sync_with_poetry - repo: https://github.com/floatingpurr/sync_with_poetry
rev: 0.4.0 rev: 1.1.0
hooks: hooks:
- id: sync_with_poetry - id: sync_with_poetry