diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0616251..238a095 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,10 +6,9 @@ repos: args: [--py37-plus] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - args: [--target-version=py37] - repo: https://github.com/PyCQA/flake8 rev: 6.0.0 @@ -35,13 +34,13 @@ repos: - id: check-yaml - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.4 + rev: v3.0.0-alpha.6 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v1.1.1 hooks: - id: mypy args: [--strict]