Skip to content

Commit 4555a4d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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) - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.11.0](asottile/reorder-python-imports@v3.9.0...v3.11.0)
1 parent d03c887 commit 4555a4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.3.0
3+
rev: 23.9.1
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
@@ -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.11.0
2323
hooks:
2424
- id: reorder-python-imports
2525
args: [--py36-plus]

0 commit comments

Comments
 (0)