Skip to content

Commit 04179d9

Browse files
[pre-commit.ci] pre-commit autoupdate (#134)
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.11.0](asottile/pyupgrade@v3.3.1...v3.11.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.11.0](asottile/reorder-python-imports@v3.9.0...v3.11.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6285b89 commit 04179d9

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,19 +1,19 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.3.1
3+
rev: v3.11.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py37-plus"]
7-
- repo: https://github.com/asottile/reorder_python_imports
8-
rev: v3.9.0
7+
- repo: https://github.com/asottile/reorder-python-imports
8+
rev: v3.11.0
99
hooks:
1010
- id: reorder-python-imports
1111
- repo: https://github.com/psf/black
12-
rev: 23.3.0
12+
rev: 23.9.1
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 6.0.0
16+
rev: 6.1.0
1717
hooks:
1818
- id: flake8
1919
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)