Skip to content

Commit 4a58566

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.9.1](psf/black@23.1.0...23.9.1) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 627f97b commit 4a58566

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
@@ -6,11 +6,11 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 23.1.0
9+
rev: 23.9.1
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/pycqa/flake8
13-
rev: 6.0.0
13+
rev: 6.1.0
1414
hooks:
1515
- id: flake8
1616
types: [file, python]

0 commit comments

Comments
 (0)