Skip to content

Commit 7db10f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.8...v0.1.14)
1 parent f0840b8 commit 7db10f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ci:
55
style: auto fixes from pre-commit hooks
66
repos:
77
- repo: https://github.com/psf/black
8-
rev: 23.12.0
8+
rev: 23.12.1
99
hooks:
1010
- id: black
1111
name: Running black in all files.
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.1.8
14+
rev: v0.1.14
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)