From 25d099db53eb862212899c4794824ad2180d69c0 Mon Sep 17 00:00:00 2001 From: Robert Pascua Date: Thu, 9 Feb 2023 16:00:21 -0500 Subject: [PATCH] pre-commit: update config --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6832d148..7161dbef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: 'config.yaml|config_examples/.*.yaml|hera_sim/config/H1C.yaml|hera_sim/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -18,7 +18,7 @@ repos: - id: mixed-line-ending args: ['--fix=no'] - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 # pick a git hash / tag to point to + rev: 6.0.0 # pick a git hash / tag to point to hooks: - id: flake8 additional_dependencies: @@ -33,26 +33,26 @@ repos: - flake8-comprehensions - flake8-print - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: rst-backticks - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.1.0 + rev: v3.3.1 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.1.0 + rev: v2.2.0 hooks: - id: setup-cfg-fmt \ No newline at end of file