diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ce7f63..a7512a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,30 +3,30 @@ ci: repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.38.2 + rev: v3.15.2 hooks: - id: pyupgrade args: - --py37-plus - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/hadialqattan/pycln - rev: v2.1.1 + rev: v2.4.0 hooks: - id: pycln args: [--all] - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/asottile/yesqa - rev: v1.4.0 + rev: v1.5.0 hooks: - id: yesqa additional_dependencies: &flake8_deps @@ -43,13 +43,13 @@ repos: - pep8-naming==0.13.2 - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: *flake8_deps - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: trailing-whitespace exclude: ^tests/.*/fixtures/.*