From 8c9cd4aee675d13bfdda3a93d20a756b1363808c Mon Sep 17 00:00:00 2001 From: James Quilty Date: Sat, 24 Aug 2024 10:39:54 +1200 Subject: [PATCH] UPDATE: modernize pre-commit config (#19) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc9fcde..65ff14c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: mixed-line-ending @@ -8,19 +8,19 @@ repos: - id: check-yaml - id: check-toml - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.8.0 + rev: v1.10.0 hooks: - id: python-check-blanket-noqa - repo: https://github.com/timothycrosley/isort - rev: 5.6.4 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 24.2.0 hooks: - id: black -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 +- repo: https://github.com/PyCQA/flake8 + rev: 3.9.2 hooks: - id: flake8 additional_dependencies: