From bd8f8b327f70ee38202f3a037eb586d6855cecfc Mon Sep 17 00:00:00 2001 From: snowman2 Date: Fri, 29 Dec 2023 14:45:14 -0600 Subject: [PATCH] LNT: Update pre-commit pins & repos --- .pre-commit-config.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e944d2f..40e9551 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,26 +1,29 @@ +default_language_version: + python: python3.10 + repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml exclude: .*serverless.*\.yml - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://github.com/psf/black - rev: 23.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 23.12.1 hooks: - id: black - - repo: https://github.com/timothycrosley/isort - rev: 5.12.0 + - repo: https://github.com/pycqa/isort + rev: 5.13.2 hooks: - id: isort args: [setup.py, gars_field/, test/] - repo: https://github.com/asottile/blacken-docs - rev: 1.13.0 + rev: 1.16.0 hooks: - id: blacken-docs args: [--skip-errors] - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8