diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65a4fa9..d4039a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer exclude: ".*/assets/tabulator-tables/.*" - id: trailing-whitespace exclude: ".*/assets/tabulator-tables/.*" - - repo: https://github.com/psf/black - rev: 24.8.0 # Replace by any tag/version: https://github.com/psf/black/tags + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black args: # arguments to configure black @@ -17,14 +17,14 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 9.0.0a3 hooks: - id: isort name: isort (python) # flake8 - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 args: # arguments to configure flake8 @@ -35,7 +35,7 @@ repos: # https://flake8.pycqa.org/en/latest/user/error-codes.html - "--ignore=E203,E266,E501,W503,F403,F401,E402" - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.5 + rev: v1.5.6 hooks: - id: insert-license files: "^.*py$"