From 86c2311b2c40d662548d471f7ab255c50673661f Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 18 Apr 2023 07:04:26 +0200
Subject: [PATCH] Bump pre-commit hooks

---
 .pre-commit-config.yaml           | 8 ++++----
 tests/unit/money/test_transfer.py | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5c6a040d..a8db104d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,16 +11,16 @@ repos:
       - id: mixed-line-ending
       - id: trailing-whitespace
 - repo: https://github.com/charliermarsh/ruff-pre-commit
-  rev: v0.0.254
+  rev: v0.0.261
   hooks:
     - id: ruff
       args: [--fix, --exit-non-zero-on-fix]
 -   repo: https://github.com/psf/black
-    rev: 23.1.0
+    rev: 23.3.0
     hooks:
     - id: black
 -   repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v1.0.1
+    rev: v1.2.0
     hooks:
     - id: mypy
 -   repo: https://gitlab.com/devopshq/gitlab-ci-linter
@@ -31,7 +31,7 @@ repos:
         - "--server"
         - "https://git.duniter.org"
 -   repo: https://github.com/Lucas-C/pre-commit-hooks
-    rev: v1.4.2
+    rev: v1.5.1
     hooks:
     -   id: insert-license
         files: \.py$
diff --git a/tests/unit/money/test_transfer.py b/tests/unit/money/test_transfer.py
index 5447acbb..a8f09d6b 100644
--- a/tests/unit/money/test_transfer.py
+++ b/tests/unit/money/test_transfer.py
@@ -1407,7 +1407,7 @@ def test_check_transaction_values(
         enough_source,
         issuer_pubkey,
     )
-    assert capsys.readouterr().out == ""
+    assert not capsys.readouterr().out
     assert result == expected_outputBackchange
 
 
-- 
GitLab