diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00f789835b557034610aacc27ab517b954e46315..a4b5623908ad8ee634885bed4353ec359b931225 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -20,7 +20,7 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v2.32.1 hooks: - id: pyupgrade args: [--py37-plus] @@ -32,7 +32,7 @@ repos: - "--server" - "https://git.duniter.org" - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.12 + rev: v1.1.13 hooks: - id: insert-license files: \.py$