diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f78114f3..c090a6c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,13 +8,13 @@ repos: args: - --application-directories=.:wrapanapi - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black args: [--safe, --quiet, --line-length, "100"] require_serial: true - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 args: