Skip to content

Commit 0654fee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.0.0 → v2.0.2](PyCQA/autoflake@v2.0.0...v2.0.2) - http://github.com/pycqa/isort: 5.10.1 → 5.12.0 - [github.com/psf/black: 22.10.0 → 23.1.0](psf/black@22.10.0...23.1.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 0654fee

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=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919

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

3030
- repo: http://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.1.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)