diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d43fbc9..ba01607 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ repos: - id: seed-isort-config name: Seed isort - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black language_version: python3 args: [--line-length=100, --target-version=py38] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.2.0 hooks: - id: end-of-file-fixer exclude: ^.bumpversion.cfg @@ -34,7 +34,7 @@ repos: args: ["-m3", "-w 100", "--tc"] # exclude: ^tests/ - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v2.6.1" + rev: "v2.6.2" hooks: - id: prettier - repo: https://github.com/PyCQA/flake8