Skip to content

Commit e4c4903

Browse files
[pre-commit.ci] pre-commit autoupdate (#211)
updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.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 7bdc707 commit e4c4903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ repos:
55
- id: reorder-python-imports
66
language_version: python3
77
- repo: https://github.com/psf/black
8-
rev: 23.7.0
8+
rev: 23.9.1
99
hooks:
1010
- id: black
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: "6.0.0"
12+
rev: "6.1.0"
1313
hooks:
1414
- id: flake8
1515
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)