diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1056570..98fa1cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/ambv/black - rev: stable + rev: 22.3.0 hooks: - id: black args: - --line-length=120 - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.9 + rev: 4.0.1 hooks: - id: flake8 args: