diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e379d608..9b449890 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: pass_filenames: false require_serial: true - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black args: ["--check", "-l", "119", "-t", "py39", "rbac", "tests", "--diff"]