Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 5504cfb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.7.0](psf/black@22.12.0...23.7.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 1102756 commit 5504cfb

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
@@ -3,11 +3,11 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 22.12.0
6+
rev: 23.7.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/flake8
10-
rev: 6.0.0
10+
rev: 6.1.0
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)