[pre-commit.ci] pre-commit autoupdate (#2211)

* [pre-commit.ci] pre-commit autoupdate
* Fix broken pre-commit-config setting and bump version of black.

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0)
- [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0)



---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nicholas H.Tollervey <ntoll@ntoll.org>
This commit is contained in:
pre-commit-ci[bot]
2024-10-08 14:16:31 +01:00
committed by GitHub
parent a6b6dd8479
commit 993e812e7b
2 changed files with 4 additions and 4 deletions

View File

@@ -4,10 +4,10 @@ ci:
#skip: [eslint]
autoupdate_schedule: monthly
default_stages: [commit]
default_stages: [pre-commit]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-builtin-literals
- id: check-case-conflict
@@ -25,7 +25,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args: ["-l", "88", "--skip-string-normalization"]

View File

@@ -1,4 +1,4 @@
black==24.8.0
black==24.10.0
pre-commit==3.7.1
python-minifier==2.11.0
setuptools==72.1.0