Skip to content

Commit b14cea2

Browse files
pre-commit-ci[bot]ocefpaf
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0)
1 parent 2dc5c96 commit b14cea2

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
@@ -19,14 +19,14 @@ repos:
1919
args: [--max-line-length=105]
2020

2121
- repo: https://github.com/pycqa/isort
22-
rev: 5.13.0
22+
rev: 5.13.2
2323
hooks:
2424
- id: isort
2525
additional_dependencies: [toml]
2626
args: ["--profile", "black", "--filter-files"]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.11.0
29+
rev: 23.12.0
3030
hooks:
3131
- id: black
3232
language_version: python3

0 commit comments

Comments
 (0)