Skip to content

Commit 04dec86

Browse files
[pre-commit.ci] pre-commit autoupdate (#140)
updates: - [github.com/asottile/pyupgrade: v3.11.0 → v3.15.0](asottile/pyupgrade@v3.11.0...v3.15.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0) - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0dbfb86 commit 04dec86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.11.0
3+
rev: v3.15.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py38-plus"]
7-
- repo: https://github.com/asottile/reorder_python_imports
8-
rev: v3.11.0
7+
- repo: https://github.com/asottile/reorder-python-imports
8+
rev: v3.12.0
99
hooks:
1010
- id: reorder-python-imports
1111
- repo: https://github.com/psf/black
12-
rev: 23.9.1
12+
rev: 23.12.1
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/PyCQA/flake8
@@ -18,7 +18,7 @@ repos:
1818
- id: flake8
1919
additional_dependencies: [flake8-bugbear]
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.4.0
21+
rev: v4.5.0
2222
hooks:
2323
- id: check-byte-order-marker
2424
- id: trailing-whitespace

0 commit comments

Comments
 (0)