Skip to content

Commit dc02ef0

Browse files
[pre-commit.ci] pre-commit autoupdate (#219)
updates: - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2cfdb64 commit dc02ef0

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,15 +5,15 @@ repos:
55
- id: reorder-python-imports
66
language_version: python3
77
- repo: https://github.com/psf/black
8-
rev: 23.9.1
8+
rev: 23.11.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/PyCQA/flake8
1212
rev: "6.1.0"
1313
hooks:
1414
- id: flake8
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.4.0
16+
rev: v4.5.0
1717
hooks:
1818
- id: end-of-file-fixer
1919
- id: check-json

0 commit comments

Comments
 (0)