diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4012f36..fd52cf6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,12 +16,12 @@ repos: name: isort (python) args: ["--force-single-line-imports", "--profile", "black"] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black language_version: python3.10 - repo: https://github.com/pycqa/flake8 - rev: "6.0.0" + rev: "6.1.0" hooks: - id: flake8 exclude: migrations