Skip to content

Commit 654f832

Browse files
pre-commit-ci[bot]tpike3
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
1 parent 3b5b416 commit 654f832

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 23.9.1
7+
rev: 23.10.1
88
hooks:
99
- id: black-jupyter
1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.14.0
11+
rev: v3.15.0
1212
hooks:
1313
- id: pyupgrade
1414
args: [--py38-plus]
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.4.0 # Use the ref you want to point at
16+
rev: v4.5.0 # Use the ref you want to point at
1717
hooks:
1818
- id: trailing-whitespace
1919
- id: check-toml

0 commit comments

Comments
 (0)