From 58258e31e4e923971af9a3fd9926be294b7f3b16 Mon Sep 17 00:00:00 2001 From: Mike Miller Date: Mon, 27 Nov 2023 07:38:25 +0200 Subject: [PATCH] Update .pre-commit-config.yaml to versions that are python 3.12 compliant --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5dd452f06a..3a10c68900 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,22 @@ --- repos: - repo: https://github.com/adrienverge/yamllint.git - rev: v1.17.0 + rev: v1.33.0 hooks: - id: yamllint - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.11.0 hooks: - id: black files: ^Support/ language_version: python3 - repo: https://github.com/pycqa/flake8 - rev: 3.9.0 + rev: 6.1.0 hooks: - id: flake8 files: ^Support/ - repo: https://github.com/PyCQA/pylint.git - rev: v2.15.5 + rev: v3.0.1 hooks: - id: pylint name: pylint @@ -32,7 +32,7 @@ repos: hooks: - id: dotnet-format exclude: ^(Assets/ThirdParty)|(Packages/) - entry: dotnet-format whitespace + entry: dotnet format whitespace args: - --folder - --include