diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e79057f..3ee24c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: end-of-file-fixer # formatter - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black # linter @@ -42,7 +42,7 @@ repos: types: [pyi] # Upgrade syntax - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade # Docstring