commit: 0e2f316113f82582069a3e09bec49220fc9406ef
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 23:12:31 2024 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 23:15:33 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0e2f3161
actions: Use psf/black <AT> 24.1.1 and sync pre-commit version
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
.github/workflows/lint.yml | 2 +-
.pre-commit-config.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index f75eaa0e7d..2091796b7c 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
echo "::set-output name=missed::$(
find bin -type f -not -name '*.py' -not -name '*.sh' | \
xargs grep -l '#!/usr/bin/env python' | tr $'\n' ' ')"
- - uses: psf/[email protected]
+ - uses: psf/[email protected]
with:
src: . ${{ steps.stragglers.outputs.missed }}
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 72b0df3edd..f6fca10cba 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/psf/black
- rev: 23.12.1
+ rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/PyCQA/pylint