diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dcf7202..f01ee67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,18 +7,18 @@ repos: - id: seed-isort-config - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 24.3.0 hooks: - id: black args: [--target-version=py36] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade args: @@ -44,7 +44,7 @@ repos: - --autofix - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: [ @@ -62,13 +62,13 @@ repos: ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.9.0 hooks: - id: mypy additional_dependencies: ['PyYAML', 'types-PyYAML'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.9.0 hooks: - id: mypy additional_dependencies: ['PyYAML', 'types-PyYAML'] @@ -79,7 +79,7 @@ repos: exclude: tests/|setup.py - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.35.1 hooks: - id: yamllint # args: [--config-data=relaxed]