diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa0c91699..c97d650ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,12 +15,12 @@ repos: - id: mixed-line-ending - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.11.0 hooks: - id: pyupgrade name: PyUpgrade 3.6+ @@ -34,6 +34,6 @@ repos: args: [--profile, black] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.4.0 hooks: - id: setup-cfg-fmt