Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.2.0...v4.5.0)
- [github.com/psf/black: 22.8.0 → 24.1.1](psf/black@22.8.0...24.1.1)
pre-commit-ci[bot] authored Jan 29, 2024
1 parent dbd4d41 commit e889130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ exclude: version

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0 # Use the ref you want to point at
rev: v4.5.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
name: (Common) Remove trailing whitespaces
@@ -26,7 +26,7 @@ repos:
additional_dependencies: ["clang-format==12.0.1"]

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 24.1.1
hooks:
- id: black
language_version: python

0 comments on commit e889130

Please sign in to comment.