Skip to content

Commit 714a43a

Browse files
Update pre-commit hooks
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.3.0 → 23.10.1](psf/black@23.3.0...23.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 988e334 commit 714a43a

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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.5.0
88
hooks:
99
- id: check-yaml
1010
- id: end-of-file-fixer
@@ -18,14 +18,14 @@ repos:
1818
- --profile=black
1919
- --line-length=79
2020
- repo: https://github.com/psf/black
21-
rev: 23.3.0
21+
rev: 23.10.1
2222
hooks:
2323
- id: black
2424
args:
2525
- --line-length=79
2626
- --skip-string-normalization
2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 6.0.0
28+
rev: 6.1.0
2929
hooks:
3030
- id: flake8
3131
additional_dependencies:

0 commit comments

Comments
 (0)