diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f4819fe..69cf12be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/homebysix/pre-commit-macadmin - rev: v1.13.0 + rev: v1.15.0 hooks: - id: check-autopkg-recipes args: ["--recipe-prefix=com.github.homebysix.", "--strict", "--"] @@ -28,23 +28,23 @@ repos: - id: trailing-whitespace args: ["--markdown-linebreak-ext=md"] - repo: https://github.com/ambv/black - rev: 23.11.0 + rev: 24.1.1 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/asottile/blacken-docs rev: 1.16.0 hooks: - id: blacken-docs - additional_dependencies: [black==23.11.0] + additional_dependencies: [black==24.1.1] - repo: https://github.com/PyCQA/pylint - rev: v3.0.1 + rev: v3.0.3 hooks: - id: pylint