diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e3584fb4..0b63ae5f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,12 +7,12 @@ ci: repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.0 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/pycqa/isort - rev: 6.1.0 + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror @@ -58,7 +58,7 @@ repos: # """ ## - repo: https://github.com/mgedmin/check-manifest - rev: "0.50" + rev: "0.51" hooks: - id: check-manifest - repo: https://github.com/regebro/pyroma @@ -66,7 +66,7 @@ repos: hooks: - id: pyroma - repo: https://github.com/mgedmin/check-python-versions - rev: "0.22.1" + rev: "0.23.0" hooks: - id: check-python-versions args: ['--only', 'setup.py,pyproject.toml']