Skip to content

Commit 9910788

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [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)
1 parent 1417de5 commit 9910788

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: 'v4.4.0'
5+
rev: 'v4.5.0'
66
hooks:
77
# Prevent giant files from being committed.
88
- id: check-added-large-files
@@ -14,14 +14,14 @@ repos:
1414
- id: no-commit-to-branch
1515

1616
- repo: https://github.com/psf/black
17-
rev: 23.7.0
17+
rev: 23.9.1
1818
hooks:
1919
- id: black
2020
types: [file, python]
2121
args: [--config=./pyproject.toml]
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 6.0.0
24+
rev: 6.1.0
2525
hooks:
2626
- id: flake8
2727
types: [file, python]

0 commit comments

Comments
 (0)