Commit fa7b5fb8 authored by nimrod's avatar nimrod
Browse files

pre-commit: Small update.

parent ec2f69d0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ repos:
      - id: mdformat

  - repo: https://github.com/ambv/black.git
    rev: 21.8b0
    rev: 23.12.1
    hooks:
      - id: black
        args:
@@ -58,7 +58,7 @@ repos:
              --line-length=79

  - repo: https://github.com/PyCQA/prospector.git
    rev: 1.5.3
    rev: v1.10.3
    hooks:
      - id: prospector
        args:
@@ -81,7 +81,7 @@ repos:
        additional_dependencies:
          - bandit

  - repo: https://gitlab.com/pycqa/flake8.git
  - repo: https://github.com/pycqa/flake8.git
    rev: 3.9.2
    hooks:
      - id: flake8