diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee0eb9a..34e774c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: # - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt @@ -59,14 +59,14 @@ repos: - id: rm-unneeded-f-str - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade args: [--py38-plus] # Last modifier: Coding Standard - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black