Skip to content

Commit eff1b31

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.0.0 → v2.1.1](PyCQA/autoflake@v2.0.0...v2.1.1) - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.10.0 → 23.3.0](psf/black@22.10.0...23.3.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.14.0](adamchainz/blacken-docs@v1.12.1...1.14.0)
1 parent 68045dd commit eff1b31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
args: ['--fix=lf']
1919

2020
- repo: https://github.com/PyCQA/autoflake
21-
rev: v2.0.0
21+
rev: v2.1.1
2222
hooks:
2323
- id: autoflake
2424
args: [
@@ -28,18 +28,18 @@ repos:
2828
]
2929

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

3535
- repo: https://github.com/psf/black
36-
rev: 22.10.0
36+
rev: 23.3.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.14.0
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black]

0 commit comments

Comments
 (0)