Skip to content

Commit 3747792

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.37.3 → v3.15.0](asottile/pyupgrade@v2.37.3...v3.15.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.8.2 → v3.12.0](asottile/reorder-python-imports@v3.8.2...v3.12.0) - [github.com/psf/black: 22.6.0 → 23.10.1](psf/black@22.6.0...23.10.1) - [github.com/PyCQA/flake8: 5.0.2 → 6.1.0](PyCQA/flake8@5.0.2...6.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
1 parent d839391 commit 3747792

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v2.37.3
5+
rev: v3.15.0
66
hooks:
77
- id: pyupgrade
88
args: ["--py38-plus"]
9-
- repo: https://github.com/asottile/reorder_python_imports
10-
rev: v3.8.2
9+
- repo: https://github.com/asottile/reorder-python-imports
10+
rev: v3.12.0
1111
hooks:
1212
- id: reorder-python-imports
1313
args: ["--application-directories", "src"]
1414
files: flemi
1515
- repo: https://github.com/psf/black
16-
rev: 22.6.0
16+
rev: 23.10.1
1717
hooks:
1818
- id: black
1919
files: flemi
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 5.0.2
21+
rev: 6.1.0
2222
hooks:
2323
- id: flake8
2424
files: flemi
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.3.0
26+
rev: v4.5.0
2727
hooks:
2828
- id: fix-byte-order-marker
2929
- id: trailing-whitespace

0 commit comments

Comments
 (0)