Skip to content

Commit 5a8a715

Browse files
⬆ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.10.0 → 24.3.0](psf/black@23.10.0...24.3.0)
1 parent d6921fb commit 5a8a715

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
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.15.0
17+
rev: v3.15.2
1818
hooks:
1919
- id: pyupgrade
2020
args:
@@ -23,7 +23,7 @@ repos:
2323
# This file is more readable without yield from
2424
exclude: ^docs_src/progressbar/tutorial004\.py
2525
- repo: https://github.com/PyCQA/autoflake
26-
rev: v2.2.1
26+
rev: v2.3.1
2727
hooks:
2828
- id: autoflake
2929
args:
@@ -36,7 +36,7 @@ repos:
3636
- __init__.py
3737
- --remove-duplicate-keys
3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.12.0
39+
rev: 5.13.2
4040
hooks:
4141
- id: isort
4242
name: isort (python)
@@ -47,7 +47,7 @@ repos:
4747
name: isort (pyi)
4848
types: [pyi]
4949
- repo: https://github.com/psf/black
50-
rev: 23.10.0
50+
rev: 24.3.0
5151
hooks:
5252
- id: black
5353
ci:

0 commit comments

Comments
 (0)