diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95628ab89..5e09561ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,21 +1,21 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.37.3 + rev: v3.3.1 hooks: - id: pyupgrade args: [--py37-plus] -- repo: https://github.com/python/black - rev: 22.8.0 +- repo: https://github.com/psf/black + rev: 22.12.0 hooks: - id: black language_version: python3 - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: [flake8-bugbear==22.9.11] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.971 + rev: v0.991 hooks: - id: mypy additional_dependencies: [types-simplejson, types-pytz, packaging]