diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 61fd032..f3dc878 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-json - id: check-yaml @@ -15,34 +15,34 @@ repos: - id: yamlfmt - repo: https://github.com/mgedmin/check-manifest - rev: '0.49' + rev: '0.50' hooks: - id: check-manifest - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 args: [--count, --show-source, --statistics] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.3.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: [--profile, black, --filter-files] - repo: https://github.com/asottile/pyupgrade - rev: v3.6.0 + rev: v3.18.0 hooks: - id: pyupgrade args: [--py38-plus]