Skip to content

Commit 6c3a0b4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fa78b25 commit 6c3a0b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ dependencies = [
8484
# NOTE: 👇
8585
# The versions of `black`, `ruff`, `codespell`, must be consistent with the `.pre-commit-config.yaml`.
8686
# Don't edit them manually, use `pre-commit run ver_sync` instead.
87-
"black==23.11.0",
88-
"ruff==0.1.7",
87+
"black==23.12.0",
88+
"ruff==0.1.8",
8989
"codespell==2.2.6",
9090
# Don't write comments on these lines, because they will be removed by `pre-commit run ver_sync`.
9191
# NOTE: 👆

0 commit comments

Comments
 (0)