diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ff5ece..9076ddb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.37.3 + rev: v2.38.2 hooks: - id: pyupgrade name: PyUpgrade 3.6+ @@ -20,7 +20,7 @@ repos: exclude: ^bin/ - repo: https://github.com/pycqa/flake8 - rev: 5.0.2 + rev: 5.0.4 hooks: - id: flake8 @@ -31,7 +31,7 @@ repos: args: [--profile, black] - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black