Skip to content

Commit 3174afb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.11.0](psf/black@23.3.0...23.11.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.12.0](asottile/reorder-python-imports@v3.9.0...v3.12.0)
1 parent d03c887 commit 3174afb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.3.0
3+
rev: 23.11.0
44
hooks:
55
- id: black
66
language_version: python3
77
- repo: https://github.com/PyCQA/flake8
8-
rev: 6.0.0
8+
rev: 6.1.0
99
hooks:
1010
- id: flake8
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.4.0
12+
rev: v4.5.0
1313
hooks:
1414
- id: check-docstring-first
1515
- id: check-merge-conflict
@@ -19,7 +19,7 @@ repos:
1919
- id: no-commit-to-branch
2020
- id: trailing-whitespace
2121
- repo: https://github.com/asottile/reorder-python-imports
22-
rev: v3.9.0
22+
rev: v3.12.0
2323
hooks:
2424
- id: reorder-python-imports
2525
args: [--py36-plus]

0 commit comments

Comments
 (0)