Skip to content

Commit 9aaeec4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - http://github.com/pycqa/isort: 5.10.1 → 5.11.4 - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0)
1 parent 8cac833 commit 9aaeec4

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
@@ -28,18 +28,18 @@ repos:
2828
]
2929

3030
- repo: http://github.com/pycqa/isort
31-
rev: 5.10.1
31+
rev: 5.11.4
3232
hooks:
3333
- id: isort
3434

3535
- repo: https://github.com/psf/black
36-
rev: 22.10.0
36+
rev: 22.12.0
3737
hooks:
3838
- id: black
3939
language_version: python3
4040

4141
- repo: https://github.com/asottile/blacken-docs
42-
rev: v1.12.1
42+
rev: 1.13.0
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black]

0 commit comments

Comments
 (0)