Skip to content

Commit 3f5537b

Browse files
[pre-commit.ci] pre-commit autoupdate
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) - [github.com/mgedmin/check-manifest: 0.47 → 0.49](mgedmin/check-manifest@0.47...0.49)
1 parent a9da52c commit 3f5537b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/psf/black
20-
rev: 23.7.0
20+
rev: 23.9.1
2121
hooks:
2222
- id: black
2323
language_version: python3
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: isort
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 6.0.0
30+
rev: 6.1.0
3131
hooks:
3232
- id: flake8
3333
additional_dependencies:
@@ -38,7 +38,7 @@ repos:
3838
- flake8-tidy-imports
3939
- flake8-print
4040
- repo: https://github.com/mgedmin/check-manifest
41-
rev: "0.47"
41+
rev: "0.49"
4242
hooks:
4343
- id: check-manifest
4444
args: [--no-build-isolation]

0 commit comments

Comments
 (0)