Skip to content

Commit 7255393

Browse files
⬆️ [pre-commit.ci] pre-commit autoupdate (#7)
updates: - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7f3b50c commit 7255393

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ repos:
3030
args: [ --py37-plus ]
3131

3232
- repo: https://github.com/psf/black
33-
rev: 23.11.0
33+
rev: 23.12.1
3434
hooks:
3535
- id: black
3636
name: PEP8 formatting
3737
args: [ --skip-string-normalization, --line-length=100]
3838

3939
- repo: https://github.com/PyCQA/isort
40-
rev: 5.12.0
40+
rev: 5.13.2
4141
hooks:
4242
- id: isort
4343
name: I-sort imports

0 commit comments

Comments
 (0)